Method | Description | |
---|---|---|
CreateStopwatch ( String name, int repeats = 1 ) : |
||
GetResults ( ) : Codaxy.Common.Benchmarking.BenchmarkResult[] | ||
Report ( String benchmarkName, System.TimeSpan span ) : void | ||
Report ( String benchmarkName, System.TimeSpan span, int count ) : void | ||
Reset ( ) : void |
Method | Description | |
---|---|---|
Acquire ( String name ) : |
public CreateStopwatch ( String name, int repeats = 1 ) : |
||
name | String | |
repeats | int | |
return |
public GetResults ( ) : Codaxy.Common.Benchmarking.BenchmarkResult[] | ||
return | Codaxy.Common.Benchmarking.BenchmarkResult[] |
public Report ( String benchmarkName, System.TimeSpan span ) : void | ||
benchmarkName | String | |
span | System.TimeSpan | |
return | void |
public Report ( String benchmarkName, System.TimeSpan span, int count ) : void | ||
benchmarkName | String | |
span | System.TimeSpan | |
count | int | |
return | void |