OOPerformanceFileSpaceProfilingStatistics Class Reference

File space profiling related data. More...

#import <OOPerformanceFileSpaceProfilingStatistics.h>

+ Inheritance diagram for OOPerformanceFileSpaceProfilingStatistics:

Instance Methods

((unavailable("init not available") - __attribute__
 
(instancetype) - initWithName:
 
(void) - mergeBytesFree:
 

Properties

long long smallestBytesFree
 
long long biggestBytesFree
 
double averageBytesFree
 windowed moving average. More...
 

Detailed Description

File space profiling related data.

Method Documentation

- ((unavailable("init not available") __attribute__
- (instancetype) initWithName: (NSString *)  name
- (void) mergeBytesFree: (long long)  bytesFree

Property Documentation

- (double) averageBytesFree
readnonatomicassign

windowed moving average.

- (long long) biggestBytesFree
readnonatomicassign
- (long long) smallestBytesFree
readnonatomicassign

The documentation for this class was generated from the following file: