IExecutionTimer Time Method (Action) | Glimpse API Documentation |
Times the specified action. This will start and stop the timer either side
of the action that is executed.
Namespace: Glimpse.Core.ExtensibilityAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- action
- Type: System Action
The action that should be executed.
Return Value
Timing info that is collected as a result of the execution.See Also