We use the function that CLK_getltime() to calculate time on Dm6446, but the time we get is more than the time we anticipated. So we want to know how to calculate time on dm6446?
Can you give me an example, thank you!
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.
We use the function that CLK_getltime() to calculate time on Dm6446, but the time we get is more than the time we anticipated. So we want to know how to calculate time on dm6446?
Can you give me an example, thank you!
I assume by the CLK_getltime() function mention that you are working on the C64x+ side of the DM6446? If you have Code Composer Studio available to you than in general I would recommend using the CCS profiler clock and breakpoints to find the execution time of various functions. If you are already using Codec Engine than you may want to consider the profiling options discussed on this wiki article.