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.

CCS/TMDXIDK57X-LCD: How to measure run-time of a section of c/c++ code running on ARM/DSP?

Part Number: TMDXIDK57X-LCD


Tool/software: Code Composer Studio

Hi

I want to compare the performance of Cortex-A15 and DSP C66 for running a simple array operation in code composer studio.

I used clock() in time.h but the result seem strange.

What is the easiest way to measure the run-time?