IExecutionTimer Methods | Glimpse API Documentation |
The IExecutionTimer type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Point |
Points this instance.
| |
Start |
Starts the timer instance.
| |
Stop |
Stops the timer instance.
| |
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