Other Parts Discussed in Thread: SYSBIOS, MMWAVE-SDK
We want to calculate the running time of the algorithm and use the Cycleprofiler_getTimeStamp () function.
Please tell us if the following is correct?
<1> for DSP :
Cycleprofiler_getTimeStamp => 1/ DSP_clock_speed=> step= 1/600MHz
<2> for ARM R4F
Cycleprofiler_getTimeStamp => 1/ARM_clock_speed=> step= 1/200MHz
<3> Also tell us where to find this function information : "Pmu_getCount(0)"
Thanks!