Starting the Code Profiler
To collect data and time stamp information for profiling:
1. Open the Code Profiling window in the integrated development environment (IDE) by selecting Tools>Embedded>CodeProfiling.2. Begin a Debug Session and run the application.
3. Pause program execution (Pause , or break point )
4. View the data in the Code Profiling window.
Note: Pre-compiled functions are not profiled. Only the C files that are compiled with the project generate the necessary instrumentation settings to enable profiling.