Pentium(R) 4 processor topicClocktick

This event initiates time-based sampling by setting the counters to count the processor's clock ticks.

Also referred to as a clock or a CPU cycle, a clocktick is the smallest unit of time recognized by the processor. The term is also used to indicate the time required by the processor to execute an instruction.

About Counting Clocks

There are two ways to count processor clocks.

The time stamp counter increments whenever the chip is not in deep-sleep mode. It can be read with the RDTSC instruction. The difference in values between two reads (modulo 2**64) gives the number of processor clocks between those reads.

The performance monitoring counters can also be configured to count clocks whenever the chip is not in deep sleep mode.

To count clocks with a performance monitoring counter, do the following: