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.

关于C66x读取程序运行时间的方法



你好!我想计算一下算法运行的时间,以检查是否满足实时性的要求。网上说:

应用DSP的定时器,向工程里添加tsc_h.asm文件,在程序里定义和调用相关函数即可实现计时。

但是,我好像找不到这个tsc_h.asm文件(网上下载过一个,但是添加路径后编译报错),请问这个文件在哪呢?或者有没有其他适合的读取程序运行时间的方法?