Click or drag to resize
Benchmark Class
Base benchmark class
Inheritance Hierarchy

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

The Benchmark type exposes the following members.

Constructors
  NameDescription
Protected methodBenchmark
Top
Properties
  NameDescription
Public propertyIterations
Number of iterations to run. Default 1000
Public propertyResults
Results of the benchmark
Top
Methods
  NameDescription
Public methodGetReport
Gets the results report
Public methodRun
Runs the benchmark
Top
See Also