你好:
我想调用TI 提供的dsplib中的FFT函数,测试下性能,发现我自己建的工程在debug模式下测试的4K float型复数点的时间比 在release模式下的时间大很多,大约有几十倍的关系吧。 对于用户来说,DSPLib库中的FFT函数都应该是优化好的,不管工程是debug还是release,效率应该是一样的吧!
不知道说的对不?请技术支持指教!
多谢!
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.
1. debug 和release 的编译 选项 不一样,你可以去属性里面看一下。
或者 去makefile 里面看一下。
2. 调试的时候 你看下能否进到 汇编里面,看下汇编执行的代码。