Hello,
As I'm currently implementing a computationally quite heavy algorithm (that's why I also created this thread about running from RAM hoping to gain some performance) I wanted to use profiling functionalities in order to identify the functions I need to optimize.
Sadly, I couldn't enable the "Profile all Functions for CPU Cycles" under "Profile Setup" in CCSv5.3 and the only thing that seems to work is the Clock function. I couldn't find any specific information in the "Profiler" page in the Wiki and the "supported targets FAQ" link contains an empty page. The best I could find is this thread, which doesn't seem to be a very comfortable solution. If thats the best available solution, I might as well go on with my current method: inserting output pin Set and Clear instrucions to watch them on my 16ch digital oscilloscope. It might not be the most precise (and neither comfortable) solution, but as it is just around 8-10 points which I need to watch and they are in milisecond orders of magnitude it gives me sufficient information... and if I need a little more precissión I can use the Clock + Breakpoints + Step... and maybe leave the PMU method for later detailed analysis.
I would be very thankful if someone knows a solution for decent profiling.
Regards!
Martin