DurationTimer Class |
Namespace: FM.IceLink.Diagnostics
The DurationTimer type exposes the following members.
Name | Description | |
---|---|---|
HasData |
Gets whether this timer has data or not.
(Overrides TimerHasData.) | |
Tag |
Gets the tag for this diagnostic timer.
(Inherited from Timer.) | |
Watch |
Gets the stop watch used in this timer.
(Inherited from Timer.) |
Name | Description | |
---|---|---|
BeginSample |
Adds beginning timestamp to the sample queue.
| |
Destroy |
Destroys this timer and its data.
(Inherited from Timer.) | |
EndSample |
Adds an end timestamp to the sample queue.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetStats |
Matches up the beginning and end samples and calculates instant while keeping track of the total the min, max, and average.
(Overrides TimerGetStats.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |