There are three important steps involved in setting up the software
application for profiling:
- Enable profiling in the Software Platform to include profiling libraries. Note: Profiling is supported only for standalone software platforms.
- Add
-pg
to the extra compiler flags to build the domain with profiling.
- Set
enable_sw_intrusive_profiling
to true in the Board Support Package Settings view.
- Add
- Enable profiling in application C/C++ build settings from