Part Number: LAUNCHXL-F28377S
Tool/software: Code Composer Studio
I want to measure the time it takes to execute code once in a function.
What would be the way ??
The development environment is CCS 7.1 and LAUNCHXL-F28377S.
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.
Part Number: LAUNCHXL-F28377S
Tool/software: Code Composer Studio
I want to measure the time it takes to execute code once in a function.
What would be the way ??
The development environment is CCS 7.1 and LAUNCHXL-F28377S.
Hello,
You can use the profile clock to count the cycles it takes to execute the program (set one before the function call and one after)
http://software-dl.ti.com/ccs/esd/training/workshop/ccsv7/c2000/site/#profile-clock
Thanks
ki