| BenchmarkTResult Class |
Namespace: CMS.Base.Internal
The BenchmarkTResult type exposes the following members.
| Name | Description | |
|---|---|---|
| BenchmarkTResult |
Constructor
|
| Name | Description | |
|---|---|---|
| ExecuteFunc |
Function to execute within each iteration
| |
| Iterations |
Number of iterations to run. Default 1000
(Inherited from Benchmark.) | |
| Name |
Benchmark name
| |
| Result |
Results of the benchmarked function
| |
| Results |
Results of the benchmark
(Inherited from Benchmark.) | |
| SetupFunc |
Performs the setup of the benchmark
| |
| TearDownFunc |
Performs the tear down of the benchmark
|
| Name | Description | |
|---|---|---|
| GetReport |
Gets the results report
(Overrides BenchmarkGetReport(Benchmark).) | |
| Run |
Runs the benchmark
(Overrides BenchmarkRun.) |