Click or drag to resize

DurationTimer Class

A duration timer for calculating how long a process takes.
Inheritance Hierarchy

Namespace:  FM.IceLink.Diagnostics
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 1.1.2.607 (1.1.2.607)

The DurationTimer type exposes the following members.

Properties
  NameDescription
Public propertyHasData
Gets whether this timer has data or not.
(Overrides TimerHasData.)
Public propertyTag
Gets the tag for this diagnostic timer.
(Inherited from Timer.)
Protected propertyWatch
Gets the stop watch used in this timer.
(Inherited from Timer.)
Top
Methods
  NameDescription
Public methodBeginSample
Adds beginning timestamp to the sample queue.
Public methodDestroy
Destroys this timer and its data.
(Inherited from Timer.)
Public methodEndSample
Adds an end timestamp to the sample queue.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetStats
Matches up the beginning and end samples and calculates instant while keeping track of the total the min, max, and average.
(Overrides TimerGetStats.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also