Performance analysis Question

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Performance analysis Question

928 Views
tenfoo
Contributor II

Is there a way to use Codewarrior 10.2.10's performance analysis tools to determine how long certain portions of my code take to execute in terms of clock cycles or real time? The particular part I'm interested in typically takes a couple minutes and the device timers I'm using roll over before that and give me an inaccurate value. I'm using Windows 7 and have an MSC8156EVM. Thanks.

Labels (1)
Tags (1)
0 Kudos
1 Reply

523 Views
tenfoo
Contributor II

Update: I was able to get the inclusive time and OCE cycles for the portion of code I'm interested in timing. After reading all the documentation I could find, I haven't figured out the calculations necessary to determine what these values translate to in real time. Using the MSC8156's default clock settings and running the code on one core, where can I find the OCE clock frequency or the clock that determines the inclusive time? Thanks.

0 Kudos