Click or drag to resize
BenchmarkTResult Class
Provides support for benchmarking the code
Inheritance Hierarchy
SystemObject
  CMS.Base.InternalBenchmark
    CMS.Base.InternalBenchmarkTResult

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public class Benchmark<TResult> : Benchmark

Type Parameters

TResult

The BenchmarkTResult type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyExecuteFunc
Function to execute within each iteration
Public propertyIterations
Number of iterations to run. Default 1000
(Inherited from Benchmark.)
Public propertyName
Benchmark name
Public propertyResult
Results of the benchmarked function
Public propertyResults
Results of the benchmark
(Inherited from Benchmark.)
Public propertySetupFunc
Performs the setup of the benchmark
Public propertyTearDownFunc
Performs the tear down of the benchmark
Top
Methods
See Also