Forum Discussion
Altera_Forum
Honored Contributor
11 years agoARM PMU cycle counter not always incrementing at CPU frequency
Hello, I want to benchmark my program running on Linux on an Altera Cyclone V SoC board, but it turns out that the values returned from the ARM PMU cycle counter suggest that some sort of CPU f...
Altera_Forum
Honored Contributor
11 years agoI already got the answer: Linux uses the WFI instruction to put the core into standby, during which the cycle count will not increase. The kernel parameter nohlt will disable WFI.
http://community.arm.com/message/29414#29414