The base class for the diagnostic timers. More...
Instance Methods | |
(void) | - destroy |
Destroys this timer and its data. More... | |
(NSString *) | - getStats |
Gets a string containing the stats from this timer. More... | |
(bool) | - hasData |
Gets if this Timer has data or not. More... | |
(NSString *) | - tag |
Gets the tag for this diagnostic timer. More... | |
(FMLiveSwitchManagedStopwatch *) | - watch |
Gets the stop watch used in this timer. More... | |
The base class for the diagnostic timers.
- (void) destroy |
Destroys this timer and its data.
- (NSString*) getStats |
Gets a string containing the stats from this timer.
Implemented in FMLiveSwitchDiagnosticsRateTimer, and FMLiveSwitchDiagnosticsDurationTimer.
- (bool) hasData |
Gets if this Timer has data or not.
Implemented in FMLiveSwitchDiagnosticsRateTimer, and FMLiveSwitchDiagnosticsDurationTimer.
- (NSString*) tag |
Gets the tag for this diagnostic timer.
- (FMLiveSwitchManagedStopwatch*) watch |
Gets the stop watch used in this timer.