IExecutionTimer Time Method | Glimpse API Documentation |
Overload List
Name | Description | |
---|---|---|
Time(Action) |
Times the specified action. This will start and stop the timer either side
of the action that is executed.
|
|
Time T (Func T ) |
Times the specified function. This will start and stop the timer either side
of the function that is executed.
|
See Also