OOPerformanceCPUProfilingStatistics Class Reference

CPU profiling related data. More...

#import <OOPerformanceCPUProfilingStatistics.h>

+ Inheritance diagram for OOPerformanceCPUProfilingStatistics:

Instance Methods

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

Properties

time_value_t userTime
 
time_value_t systemTime
 
double smallestCPUUsagePercent
 
double biggestCPUUsagePercent
 
double averageCPUUsagePercent
 windowed moving average. More...
 

Detailed Description

CPU profiling related data.

Method Documentation

- ((unavailable("init not available") __attribute__
- (instancetype) initWithName: (NSString *)  name
- (void) mergeThreadInfo: (thread_basic_info_t)  threadInfo

Property Documentation

- (double) averageCPUUsagePercent
readnonatomicassign

windowed moving average.

- (double) biggestCPUUsagePercent
readnonatomicassign
- (double) smallestCPUUsagePercent
readnonatomicassign
- (time_value_t) systemTime
readnonatomicassign
- (time_value_t) userTime
readnonatomicassign

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