perfmon.rst 693 B

12345678910111213141516171819202122232425
  1. Performance Monitor
  2. ===================
  3. The Performance Monitor component provides APIs to use {IDF_TARGET_NAME} internal performance counters to profile functions and applications.
  4. Application Example
  5. -------------------
  6. An example which combines performance monitor is provided in ``examples/system/perfmon`` directory.
  7. This example initializes the performance monitor structure and execute them with printing the statistics.
  8. High level API Reference
  9. ------------------------
  10. Header Files
  11. ^^^^^^^^^^^^
  12. * :component_file:`perfmon/include/perfmon.h`
  13. API Reference
  14. -------------
  15. .. include-build-file:: inc/xtensa_perfmon_access.inc
  16. .. include-build-file:: inc/xtensa_perfmon_apis.inc