Hello everybody,
I have a query regarding ‘profiling feature of CCS V6.1.
1. I profiled my code using, 'Debugging model' in 'Debug option' to ‘--symdebug:none’
2. I changed the 'Debugging model' in 'Debug option' to ‘--symdebug:skeletal’ and profiled again.
NOTE: ALL OTHER OPTIONS ARE SAME FOR (1) and (2). I have two '.c' files, Application and source. I am changing 'Debug Option' of my source file in (1) and (2). My Application 'Debug Option' is always in '--symdebug:skeletal'.
The number of cycles i got in step (1) is less than half the cycles obtained in step (2). But if we check the clock cycles using 'Run->Clock' feature in CCS debug perspective, I am getting almost same cycles for (1) and (2).
Which result is correct cycles for my code (1) or (2)?
Best Regards,
Ajay