Click or drag to resize
BenchmarkResults Class
Represents the results of the benchmark
Inheritance Hierarchy
SystemObject
  CMS.Base.InternalBenchmarkResults

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

The BenchmarkResults type exposes the following members.

Constructors
  NameDescription
Public methodBenchmarkResults
Top
Properties
  NameDescription
Public propertyMaxRunSeconds
Maximum number of seconds per single run
Public propertyMinRunSeconds
Minimum seconds per single run
Public propertyRuns
Number of benchmark runs
Public propertySecondsPerRun
Average seconds per single run
Public propertyTotalRunSeconds
Total seconds for running all iterations
Public propertyTotalSeconds
Total number of seconds
Top
Methods
See Also