This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Arm11 clock

Note: This was originally posted on 13th October 2008 at http://forums.arm.com

Hello,

Does anyone know if there is a timestamp clock in Arm? Something like the RDTSC in intel?
Or some other high frequency clock?
I need a clock to mesure performance of my linux kernel (and I use the RTC for something else).

Thanks everyone!
Parents
  • Note: This was originally posted on 13th October 2008 at http://forums.arm.com

    If your SoC wires up the PMIRQ signal to the interrupt controller, you can use the performance monitor cycle counter to generate an interrupt on overflow.

    The performance monitor cycle counter wraps on overflow, so you can measure how long it takes from the time the overflow occured (PMIRQ asserted) to the time that it was serviced.
Reply
  • Note: This was originally posted on 13th October 2008 at http://forums.arm.com

    If your SoC wires up the PMIRQ signal to the interrupt controller, you can use the performance monitor cycle counter to generate an interrupt on overflow.

    The performance monitor cycle counter wraps on overflow, so you can measure how long it takes from the time the overflow occured (PMIRQ asserted) to the time that it was serviced.
Children
No data