Click or drag to resize
BenchmarkTResult Properties

The BenchmarkTResult generic type exposes the following members.

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
See Also