2019-04-04 04:06:22 -04:00
Performance Monitor
===================
2023-09-04 00:12:32 -04:00
:link_to_translation:`zh_CN:[中文]`
2022-01-10 16:54:38 -05:00
The Performance Monitor component provides APIs to use {IDF_TARGET_NAME} internal performance counters to profile functions and applications.
2019-04-04 04:06:22 -04:00
Application Example
-------------------
2023-09-04 00:12:32 -04: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 04:06:22 -04:00
2023-08-02 23:32:07 -04:00
High-Level API Reference
2019-04-04 04:06:22 -04:00
------------------------
Header Files
^^^^^^^^^^^^
* :component_file:`perfmon/include/perfmon.h`
API Reference
-------------
2019-11-12 22:46:16 -05:00
.. include-build-file :: inc/xtensa_perfmon_access.inc
.. include-build-file :: inc/xtensa_perfmon_apis.inc