Content originally posted in LPCWare by CodeRedSupport on Fri May 14 05:45:15 MST 2010
Hi,
In the Core Registers window, you will see 2 registers:
Cycle
- this is the total number of cycles executed by the processor (since Reset). If you know the clock speed, you can simply calculate the execution time.
Cycle Delta
- this is similar to Cycle, but is the number of cycles executed since the last debug event (e.g. breakpoint). Again, it is simple to calculate the executaion time from that.
Note that these registers are only available in Cortex-M3 processors (LPC17, LPC13)