perfmon.rst 693 B

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