The Timer class enables you to accurately measure elapsed time.
Among other usages, the methods and properties in the Timer class are used for the timing of test executions that are triggered from Silk Performer. For additional information on integrating Silk4NET with Silk Performer, refer to the Silk Performer Help.
BaseState does not derive from any class, and no classes derive from it.
public class Timer
'Declaration Public Class Timer
Name | Description |
---|---|
Elapsed | Gets the elapsed time span of the timer. |
ElapsedMilliseconds | Gets the elapsed time span of the timer in milliseconds. |
IsRunning | Gets whether the timer is currently running or not. |
Name | Gets or sets the name of the timer which is used for interfacing with Silk Performer. |