IExecutionTimer Members
From Glimpse API
| IExecutionTimer Members | Glimpse API Documentation |
The IExecutionTimer type exposes the following members.
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.
|
Properties
| Name | Description | |
|---|---|---|
| RequestStart |
Gets the request start date and time.
|
See Also