timed cycles
The total amount of cycles timed during a performance profiling run. Cycles are timed when instruction counting is disabled. This information appears in the Details tab of the Run Summary window and in the log file.
When you use the /SaveTextData option, the number of timed cycles is included in the comment section of the text file. Measured time (the number of measured cycles divided by the processor speed), timed time (the number of timed cycles divided by the processor speed), application time (the sum of measured and timed cycles, divided by the processor speed), and elapsed time are also reported.
Performance data always excludes the profiling process itself. The numbers you see are the time your program would take when it is not being profiled.
See also measured cycles and elapsed time in the glossary.
(C) Copyright IBM Corporation 1993, 2010.