Constructor BenchmarkTimer
BenchmarkTimer(string, ILog, string)
Declaration
public BenchmarkTimer(string benchmarkName, ILog logger, string propertyName = null)
Parameters
Type |
Name |
Description |
string |
benchmarkName |
|
ILog |
logger |
|
string |
propertyName |
|
BenchmarkTimer(string, IFluentLog, string)
Declaration
public BenchmarkTimer(string benchmarkName, IFluentLog logger = null, string propertyName = null)
Parameters
BenchmarkTimer(IFluentLog, string)
Declaration
public BenchmarkTimer(IFluentLog logger = null, string propertyName = null)
Parameters