Pool statistics. More...
Instance Methods | |
(long long) | - activePools |
Gets the number of pools in use. More... | |
(NSString *) | - description |
Overriden ToString. More... | |
(double) | - hitPercentage |
Gets the percentage of cache hits. More... | |
(double) | - missPercentage |
Gets the percentage of cache misses. More... | |
(long long) | - paddingWasted |
Gets the amount of buffer padding that is unused for caller's requested buffers. More... | |
(long long) | - pendingPoolSize |
Gets the total size of all buffers currently in the pool. More... | |
(double) | - returnPercentage |
Gets the percentage of items returned to the pool. More... | |
(NSString *) | - tag |
Gets the tag. More... | |
(long long) | - totalCalls |
Gets the total calls to obtain a DataBuffer. More... | |
(long long) | - totalPools |
Gets the total pools created. More... | |
(long long) | - totalPoolSize |
Gets the total size of all buffers allocated in the pool. More... | |
Pool statistics.
- (long long) activePools |
Gets the number of pools in use.
- (NSString*) description |
Overriden ToString.
- (double) hitPercentage |
Gets the percentage of cache hits.
- (double) missPercentage |
Gets the percentage of cache misses.
- (long long) paddingWasted |
Gets the amount of buffer padding that is unused for caller's requested buffers.
- (long long) pendingPoolSize |
Gets the total size of all buffers currently in the pool.
- (double) returnPercentage |
Gets the percentage of items returned to the pool.
- (NSString*) tag |
Gets the tag.
- (long long) totalCalls |
Gets the total calls to obtain a DataBuffer.
- (long long) totalPools |
Gets the total pools created.
- (long long) totalPoolSize |
Gets the total size of all buffers allocated in the pool.