FMIceLinkDiagnosticsDurationTimer Class Reference
| Inherits from | FMIceLinkDiagnosticsTimer : NSObject | 
|---|---|
| Declared in | FMIceLinkDiagnosticsDurationTimer.h FMIceLinkDiagnosticsDurationTimer.m  | 
– beginSample
	
Adds beginning timestamp to the sample queue.
			- (void)beginSampleDiscussion
Adds beginning timestamp to the sample queue.
			Declared In
FMIceLinkDiagnosticsDurationTimer.h
– endSample
	
Adds an end timestamp to the sample queue.
			- (void)endSampleDiscussion
Adds an end timestamp to the sample queue.
			Declared In
FMIceLinkDiagnosticsDurationTimer.h
– getStats
	
Matches up the beginning and end samples and calculates instant while keeping track of the total the min, max, and average.
			- (NSString *)getStatsDiscussion
Matches up the beginning and end samples and calculates instant while keeping track of the total the min, max, and average.
			Declared In
FMIceLinkDiagnosticsDurationTimer.h
– hasData
	
Gets whether this timer has data or not.
			- (bool)hasDataDiscussion
Gets whether this timer has data or not.
			Declared In
FMIceLinkDiagnosticsDurationTimer.h