This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I know one had to specifically set an option in preferences to enable inclusive cycle counts for function profiling using Trace in CCSv5.3. How do I do it under CCSv5.4? I don't see that option anywhere and the default profiling is only exclusive.
Thanks,
Manu
Hi Manu,
Here is how you can check for cycle counts:
"Debug" -> "Run" -> "Clock"
Regards,
Gautam
Gautam,
That only gives me the wall-clock/net cycle count. I want per-function inclusive profiling information, like min cycles, max cycles, avg cycles etc for each function executed.
Manu