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)activePools

Discussion

Gets the number of pools in use.

Declared In

FMIceLinkPoolStatistics.h

– description

Overriden ToString
- (NSString *)description

Discussion

Overriden ToString

Declared In

FMIceLinkPoolStatistics.h

– hitPercentage

Gets the percentage of pool cache hits.
- (double)hitPercentage

Discussion

Gets the percentage of pool cache hits.

Declared In

FMIceLinkPoolStatistics.h

– missPercentage

Gets the percentage of pool cache misses.
- (double)missPercentage

Discussion

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)paddingWasted

Discussion

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)pendingPoolSize

Discussion

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)totalCalls

Discussion

Gets the total calls to obtain a DataBuffer.

Declared In

FMIceLinkPoolStatistics.h

– totalPools

Gets the total pools created.
- (int)totalPools

Discussion

Gets the total pools created.

Declared In

FMIceLinkPoolStatistics.h

– totalPoolSize

Gets the total size of all buffers allocated in the pool.
- (int)totalPoolSize

Discussion

Gets the total size of all buffers allocated in the pool.

Declared In

FMIceLinkPoolStatistics.h