• Measuring the clocks
    Is there any way to measure the number of clocks taken by a part of my code. I can measure the time taken by the part of my code and divide it sys clk. But I dont want to do it,b'cos using a timer...
  • Number of clock cycles in the execution of "SysCtlDelay" in the simulator.
    In the SysCtlDelay documentation, you can read "The loop takes 3 cycles / loop." In simulator, it takes 4 cycles / loop. I'm wrong?
  • Cycle Measurement for CortexA8 on Beagle Board
    Note: This was originally posted on 12th May 2010 at http://forums.arm.com Hi all,       I'm working on CortexA8 Hardware(Beagle Board). I want to measure the cycles that it takes for my function using...
  • Cycle Measurement on ARM11platform using RVISS
    Note: This was originally posted on 6th August 2012 at http://forums.arm.com Hi all, Iam trying to measure the performance cycles for my application on RVISS ARM1176JZF-S platform. When I measure the...
  • About clock cycles
    Hello everyone, I install DoCD software and use DoCD counter in Keil "Peripherals | Main clock" when simulating. When I run MOVX instruction in Keil simulator mode, it just needs 2 cycles on Keil...