Time Method

Glimpse API

IExecutionTimer Time Method Glimpse API Documentation
Overload List

  Name Description
Public method Time(Action)
Times the specified action. This will start and stop the timer either side of the action that is executed.
Public method Time T (Func T )
Times the specified function. This will start and stop the timer either side of the function that is executed.
Back to Top
See Also