Method Step
Step(Func<string>)
Declaration
public BenchmarkTimer Step(Func<string> messageFactory)
Parameters
Type | Name | Description |
---|---|---|
Func<string> | messageFactory |
Returns
Type | Description |
---|---|
BenchmarkTimer |
Step(string)
Declaration
public BenchmarkTimer Step(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
Returns
Type | Description |
---|---|
BenchmarkTimer |