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.

CCS中如何知道Disassembly窗口中汇编的含义和运行时间

Hi~我的环境是CCS5.5,配置simulator C674X,想请教下如何查看Disassembly中每个汇编指令的执行时间啊,我在源程序中可以用profile看源程序的执行时间,但我想看具体每个C语句编译成汇编后每句汇编所花费的时间,这应该如何看呢,或者有汇编指令的介绍也行,这样可以通过看一个汇编指令所用的时钟周期来算