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/66AK2H14: Profiling My C Code in Linux

Part Number: 66AK2H14

Tool/software: Code Composer Studio

Hi , 

I want to do profiling for the optimization of my code in Linux , please guide me if there is any technique for that through CCS.

Thanks 

Murtaza Ali

  • Murtaza,

    If I understood correctly, you are willing to profile your Linux application, is that so?

    If so, profiling Linux applications using a low-level debugger such as CCS is highly impractical - the operating system itself causes too many interruptions in the code (due to preemptive multitasking) for you to get reliable results.

    In this case, I would definitely search around the Internet for ways to perform this. Searching for the term "how to profile linux applications" yields many useful results.

    Hope this helps,
    Rafael