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.

Profiling suggestion

Other Parts Discussed in Thread: TMS320C6655

I am interested in profiling all functions for total cycles.

I previously had success doing this on the "DM6437 Device Cycle Accurate Simulator" using Code Composer Studio's Tools > Profile > Setup Profile Data Collection.

Now I am developing on a C6655 and wish to obtain similar information.  However I have read that simulator use is being deprecated.  What is the easiest route for me to obtain the information similar to what "Profile All Functions for Total Cycles" provided me?

DSP: TMS320C6655

IDE: CCS 6.1.1

Compiler: CGT 7.4.16 or 8.1.0

OS: SYS/BIOS 6.42.1.20

Emulator: Spectrum Digital XDS510+ USB or Black Hawk USB 560 v2 System Trace

I am hoping to find a solution that is easier than instrumenting a bunch of calls to TSC, <ctime>, or using the CCS Profile Clock over and over again.