目前有个工具开发需求:在程序调试期间,统计函数的执行时间/调用次数;
据了解CCS5.5支持在simulator模式下用profile工具实现该需求,但实际需求要在emulator模式下调试时使用;
请问,能否在编译器汇编阶段结束后,插入一个新的.exe程序调用(待开发),在汇编文件中加入时间统计函数?,这种方案是否可行?
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.
目前有个工具开发需求:在程序调试期间,统计函数的执行时间/调用次数;
据了解CCS5.5支持在simulator模式下用profile工具实现该需求,但实际需求要在emulator模式下调试时使用;
请问,能否在编译器汇编阶段结束后,插入一个新的.exe程序调用(待开发),在汇编文件中加入时间统计函数?,这种方案是否可行?