2019-04-04 11:06:22 +03:00
Performance Monitor
===================
2023-09-04 12:12:32 +08:00
:link_to_translation:`zh_CN:[中文]`
2022-01-10 22:54:38 +01:00
The Performance Monitor component provides APIs to use {IDF_TARGET_NAME} internal performance counters to profile functions and applications.
2019-04-04 11:06:22 +03:00
Application Example
-------------------
2023-09-04 12:12:32 +08:00
An example which combines performance monitor is provided in `` examples/system/perfmon `` directory. This example initializes the performance monitor structure and execute them with printing the statistics.
2019-04-04 11:06:22 +03:00
2023-08-03 11:32:07 +08:00
High-Level API Reference
2019-04-04 11:06:22 +03:00
------------------------
Header Files
^^^^^^^^^^^^
* :component_file:`perfmon/include/perfmon.h`
API Reference
-------------
2019-11-13 11:46:16 +08:00
.. include-build-file :: inc/xtensa_perfmon_access.inc
.. include-build-file :: inc/xtensa_perfmon_apis.inc