FMIceLinkDiagnosticsTimer Class Reference

Inherits from NSObject
Declared in FMIceLinkDiagnosticsTimer.h
FMIceLinkDiagnosticsTimer.m

Overview

The base class for the diagnostic timers.

– destroy

Destroys this timer and its data.
- (void)destroy

Discussion

Destroys this timer and its data.

Declared In

FMIceLinkDiagnosticsTimer.h

– getStats

Gets a string containing the stats from this timer.
- (NSString *)getStats

Discussion

Gets a string containing the stats from this timer.

Declared In

FMIceLinkDiagnosticsTimer.h

– hasData

Gets if this Timer has data or not.
- (bool)hasData

Discussion

Gets if this Timer has data or not.

Declared In

FMIceLinkDiagnosticsTimer.h

– tag

Gets the tag for this diagnostic timer.
- (NSString *)tag

Discussion

Gets the tag for this diagnostic timer.

Declared In

FMIceLinkDiagnosticsTimer.h

– watch

Gets the stop watch used in this timer.
- (FMIceLinkManagedStopwatch *)watch

Discussion

Gets the stop watch used in this timer.

Declared In

FMIceLinkDiagnosticsTimer.h