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.

profile problem in CCS5.1/5.0



Hi,

  My customer is trying to profiling their code based on c6616 simulator and CCS5.0 or 5.1. They found some problems after checking the profile results.

One is that some of the functions are not showed in the profile results. After checking the asm file generated by C compiler, they are not inlined.

Another problem is the number of calls is not correct in some cases. For example, a functions should only be called one time, but the result shows it is called 53 times.

The third problem is that profile can not be coexist with hook functions provided by compiler. If we choose hook functions feature provided by compiler 7.2.x or 7.3.x to compile the project. After enabling profiling and executing the out file, CCS5.0 or 5.1 will crash.

Could you give me some suggestion? Thanks!

BR

Robert