This class is responsible for management of performance counters.
All members of PerformanceAgent, including inherited members.
Methods| Method | Description |
|---|---|
| - (void) disablePerformanceCounter | |
| - (void) enablePerformanceCounter | |
| - (NSData *) getHalfFile: (NSString *) file fileSize: (long) fileSize | |
| - (PerformanceCounter *) getInterval: (NSString *) type | |
| - (NSString *) getIntervalDataAsString: (NSString *) type | |
| - (NSString *) getIntervalDescriptionAsString: (NSString *) type | |
| - (NSString *) getMeasuredDataAsString | |
| - (NSString *) getMeasuredDataAsStringDescription | |
| - (void) saveEntryToFile: (NSString *) entry | |
| - (void) startInteractionStep: (NSString *) name | Starts Interaction Step with specified Interactions name. |
| - (void) startInterval: (NSString *) type | Starts specified Interval. |
| - (void) stopInteractionStep | Stops Interaction Step with specified Interactions name. |
| - (void) stopInterval: (NSString *) type | Stops specified Interval. |
| - (void) writeToConsole: (BOOL) writeToConsole | Activate console logging. |
| - (void) writeToFile: (BOOL) writeToFile fileSize: (int) fileSize | Activate logging into file. |