Click or drag to resize

Timers Class

The management class for all diagnostic timers.
Inheritance Hierarchy
SystemObject
  FM.IceLink.DiagnosticsTimers

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

The Timers type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberEnabled
Gets whether the timings diagnostics are enabled or not.
Public propertyStatic memberOutputInterval
Gets or sets the output interval (in seconds) for diagnostic timings. Setting to 0 disables.
Public propertyStatic memberOutputLogLevel
Gets or sets the log level to use when outputting the timings.
Top
Methods
  NameDescription
Public methodStatic memberGetDurationTimer(String)
Gets a duration timer with a specific tag.
Public methodStatic memberGetDurationTimer(Type)
Gets a duration timer with a tag corresponding to a type name.
Public methodStatic memberGetRateTimer(String)
Gets a rate timer with a specific tag.
Public methodStatic memberGetRateTimer(Type)
Gets a rate timer with a tag corresponding to a type name.
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also