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.

How can I find the processing time in seconds of a function running in code composer studio?

Dear All,

I am using dsk6416 board and I have a function running in my project for which I would like to calculate the processing time in seconds spent on the function to process this. Is there any function like those found in C for visual studio.

Can you please guide me how to set up the heap size for dynamic memory allocation on the DSK6416. I am using CCSv3.1.

Regards,

Josef

  • Josef,

    Since you are using this very old version of CCS, most information is available on its built-in help.

    To measure time you can use either the Profile clock or, if using DSP/BIOS, the CLK_gethtime API - both are easily searchable on the tab Index of the help.

    Regarding heap, the story is the same: you can search for Heap on the tab Index of the help.

    Hope this helps,

    Rafael