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.
C2000 devices have internal timers, these can be used to profile the code. Just put the timer registers in the watch window. Alternatively CCS supports profiling of the code. Depending on the version of CCS you are using the locations may be different.
Also for very accurate timing it is ideal to toggle GPIO's and use a scope to measure the time.