FMIceLinkPoolStatistics Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkPoolStatistics.h FMIceLinkPoolStatistics.m  | 
Overview
Manager of the pool. Can take or return databuffers so that they don't get garbage collected.
					– activePools
	
Gets the number of pools in use.
			- (int)activePoolsDiscussion
Gets the number of pools in use.
			Declared In
FMIceLinkPoolStatistics.h
– description
	
Overriden ToString
			- (NSString *)descriptionDiscussion
Overriden ToString
			Declared In
FMIceLinkPoolStatistics.h
– hitPercentage
	
Gets the percentage of pool cache hits.
			- (double)hitPercentageDiscussion
Gets the percentage of pool cache hits.
			Declared In
FMIceLinkPoolStatistics.h
– missPercentage
	
Gets the percentage of pool cache misses.
			- (double)missPercentageDiscussion
Gets the percentage of pool cache misses.
			Declared In
FMIceLinkPoolStatistics.h
– paddingWasted
	
Gets the amount of buffer padding that is unused for caller's requested buffers.
			- (int)paddingWastedDiscussion
Gets the amount of buffer padding that is unused for caller's requested buffers.
			Declared In
FMIceLinkPoolStatistics.h
– pendingPoolSize
	
Gets the total size of all buffers currently in the pool.
			- (int)pendingPoolSizeDiscussion
Gets the total size of all buffers currently in the pool.
			Declared In
FMIceLinkPoolStatistics.h
– totalCalls
	
Gets the total calls to obtain a DataBuffer.
			- (int)totalCallsDiscussion
Gets the total calls to obtain a DataBuffer.
			Declared In
FMIceLinkPoolStatistics.h
– totalPools
	
Gets the total pools created.
			- (int)totalPoolsDiscussion
Gets the total pools created.
			Declared In
FMIceLinkPoolStatistics.h
– totalPoolSize
	
Gets the total size of all buffers allocated in the pool.
			- (int)totalPoolSizeDiscussion
Gets the total size of all buffers allocated in the pool.
			Declared In
FMIceLinkPoolStatistics.h