OOPerformanceStatisticsSnapshot Class Reference

A collection of the OOPerformanceStatistics at a point in time. More...

#import <OOPerformanceStatisticsSnapshot.h>

+ Inheritance diagram for OOPerformanceStatisticsSnapshot:

Instance Methods

((unavailable("init not available") - __attribute__
 
(instancetype) - initWithCountingStatistics:startEndStatistics:cpuProfilingStatistics:memoryProfilingStatistics:fileSpaceProfilingStatistics:
 
(NSString *) - generateReport
 mainly for debugging, this might be a little bit expensive to run. More...
 

Properties

NSSet * countingStatistics
 set of OOPerformanceCountingStatistics More...
 
NSSet * startEndStatistics
 set of OOPerformanceStartEndStatistics More...
 
NSSet * cpuProfilingStatistics
 set of OOPerformanceCPUProfilingStatistics More...
 
NSSet * memoryProfilingStatistics
 set of OOPerformanceMemoryProfilingStatistics More...
 
NSSet * fileSpaceProfilingStatistics
 set of OOPerformanceFileSpaceProfilingStatistics More...
 

Detailed Description

A collection of the OOPerformanceStatistics at a point in time.

Method Documentation

- ((unavailable("init not available") __attribute__
- (NSString*) generateReport

mainly for debugging, this might be a little bit expensive to run.

- (instancetype) initWithCountingStatistics: (NSSet *)  countingStatistics
startEndStatistics: (NSSet *)  startEndStatistics
cpuProfilingStatistics: (NSSet *)  cpuProfilingStatistics
memoryProfilingStatistics: (NSSet *)  memoryProfilingStatistics
fileSpaceProfilingStatistics: (NSSet *)  fileSpaceProfilingStatistics 

Property Documentation

- (NSSet*) countingStatistics
readnonatomicassign
- (NSSet*) cpuProfilingStatistics
readnonatomicassign
- (NSSet*) fileSpaceProfilingStatistics
readnonatomicassign
- (NSSet*) memoryProfilingStatistics
readnonatomicassign
- (NSSet*) startEndStatistics
readnonatomicassign

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