diff options
Diffstat (limited to 'lib/libpmc/pmc.3')
-rw-r--r-- | lib/libpmc/pmc.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpmc/pmc.3 b/lib/libpmc/pmc.3 index a2273f0..2081316 100644 --- a/lib/libpmc/pmc.3 +++ b/lib/libpmc/pmc.3 @@ -454,6 +454,9 @@ Measure the number of instruction cache misses. Measure the number of instructions retired. .It Li interrupts Measure the number of interrupts seen. +.It Li unhalted-cycles +Measure the number of cycles the processor is not in a halted +or sleep state. .El .Ss Time Stamp Counter (TSC) The timestamp counter is a monotonically non-decreasing counter that |