Timers Class |
Namespace: FM.IceLink.Diagnostics
The Timers type exposes the following members.
Name | Description | |
---|---|---|
Enabled |
Gets whether the timings diagnostics are enabled or not.
| |
OutputInterval |
Gets or sets the output interval (in seconds) for diagnostic timings. Setting to 0 disables.
| |
OutputLogLevel |
Gets or sets the log level to use when outputting the timings.
|
Name | Description | |
---|---|---|
GetDurationTimer(String) |
Gets a duration timer with a specific tag.
| |
GetDurationTimer(Type) |
Gets a duration timer with a tag corresponding to a type name.
| |
GetRateTimer(String) |
Gets a rate timer with a specific tag.
| |
GetRateTimer(Type) |
Gets a rate timer with a tag corresponding to a type name.
|