如何知道程序的时钟周期、整体性能等?
how to know clock cycles, overall performance, etc... of program?
我有 3 种不同的算法,它们都计算相同的东西。
我的目标是比较所有三种算法,即时钟周期、"how intensive it is for the processor"、获得最终结果所需的时间、整体性能等...
我怎样才能see/get/analyze所有这些信息?
我在 Code Composer Studio 中使用 Matlab 和 C 语言为嵌入式系统编程。
编辑:内存 usage/management 对嵌入式系统也很有用,尤其是
我有 3 种不同的算法,它们都计算相同的东西。 我的目标是比较所有三种算法,即时钟周期、"how intensive it is for the processor"、获得最终结果所需的时间、整体性能等...
我怎样才能see/get/analyze所有这些信息?
我在 Code Composer Studio 中使用 Matlab 和 C 语言为嵌入式系统编程。
编辑:内存 usage/management 对嵌入式系统也很有用,尤其是