The base class for the diagnostic timers. More...
Public Member Functions | |
| void | destroy () |
| Destroys this timer and its data. More... | |
| abstract boolean | getHasData () |
| Gets if this Timer has data or not. More... | |
| abstract String | getStats () |
| Gets a string containing the stats from this timer. More... | |
| String | getTag () |
| Gets the tag for this diagnostic timer. More... | |
Protected Member Functions | |
| fm.liveswitch.ManagedStopwatch | getWatch () |
| Gets the stop watch used in this timer. More... | |
The base class for the diagnostic timers.
| void fm.liveswitch.diagnostics.Timer.destroy | ( | ) |
Destroys this timer and its data.
|
abstract |
Gets if this Timer has data or not.
Reimplemented in fm.liveswitch.diagnostics.RateTimer, and fm.liveswitch.diagnostics.DurationTimer.
|
abstract |
Gets a string containing the stats from this timer.
Reimplemented in fm.liveswitch.diagnostics.RateTimer, and fm.liveswitch.diagnostics.DurationTimer.
| String fm.liveswitch.diagnostics.Timer.getTag | ( | ) |
Gets the tag for this diagnostic timer.
|
protected |
Gets the stop watch used in this timer.