Hi
I am using TI CCS5.0 for TMS470.Compiler version :TI v4.9.5 .
I am using below routine to calculate the function execution time.
#include<time.h>
start = clock();
function_test();
stop =clock();
In debug,I found that both start and stop variables are having value of 0 only.Why did clock values did not update?
Can anybody help me or any setting need to be done in the CCS to enable timing?
Regards
Shrikant