CCS3.3完全取消了以前版本的PROFILE模式,现在的PROFILE的用法如下: 1.从PROFILE的菜单SETUP项打开PROFILE窗口,从该窗口中使能PROFILE功能,当然也可以通过菜单里面直接使能。 2.在PROFILE窗口里面,可以使用所有函数、所有循环,使能后即可以知道所有函数及所有循环的 3.从PROFILE的VEIW菜单项可以看到你所选择的函数或循环所执...
答案对人有帮助,有参考价值0 http://processors.wiki.ti.com/index.php/Main_Page Think Over Before...
1、在菜单栏的Tools->profile-> Setup Profile Data Collection ;在出来的Profile Setup中选择新建,然后新建一个Configuration,再在右边的Activities中勾上Profile alll Function for Total Cycles; 2、然后在菜单栏选择Target ->Debug Active Project;最后在运行。运行结束后即可看到各个函数执行时间;如下图所示 ...
profile->setup->ranges标签中,将需要profile的代码拖入到range中的enable中即可
I need to do some profiling but in my setup the menus do nothing, I can't remember ever running the profiler. Chris Thomas 说: I suppose trumping this is the question of can it work at all, I read some posts on here saying profiling was dropped after v3, that must be a mistake!
I also tried to setup the profile clock but I am somehow unable to do that too. Can someone advise me how can I enable these options or is there any other way to calculate the clock cycles. Thanks8 年多前 Chester Gillon 8 年多前 Guru 92251 points ...
你好 我在使用CCS v4.2 版本中的profile工具时,遇到以下问题: main函数中调用了两个子函数,debug结束之后,在profile的观察窗口里,只能看到其中一个子函数的统计情况,另一个子函数的情况则没显示!!怎样解决呢? PS:使用的是C64+ simulator 进行仿真;profile setup选择的是 Profile all functions for total cycle...
Q: How come there are no activities to enable in the 'Profile Setup' view?If there are no options available under the Activities list, then it means that CCS profiling is not supported for that target.Q: What targets support CCS function profiling?hardware (C55x, ARM7, ARM9)simulator (...
1.从PROFILE的菜单SETUP项打开PROFILE窗口,从该窗口中使能PROFILE功能,当然也可以通过菜单里面直接使能。 2.在PROFILE窗口里面,可以使用所有函数、所有循环,使能后即可以知道所有函数及所有循环的 3.从PROFILE的VEIW菜单项可以看到你所选择的函数或循环所执行的指令数目。 4.通常我们希望看的是某一段代码的执行时间。在...
Q: How come there are no activities to enable in the 'Profile Setup' view?If there are no options available under the Activities list, then it means that CCS profiling is not supported for that target.Q: What targets support CCS function profiling?hardware (C55x, ARM7, ARM9)simulator (...