perfmon: re-enable example for ESP32-S3, remove warning from the docs

Includes minor fix for formatting of code blocks in the example readme
This commit is contained in:
Ivan Grokhotkov
2022-01-10 22:54:38 +01:00
parent ad0526e9a0
commit 3edc4bbf4a
2 changed files with 333 additions and 341 deletions

View File

@@ -1,15 +1,7 @@
Performance Monitor
===================
.. only:: esp32s3
.. warning::
This feature is not supported in v4.4
The Performance Monitor component provides APIs to use {IDF_TARGET_NAME} internal performance counters to profile functions and
applications.
The Performance Monitor component provides APIs to use {IDF_TARGET_NAME} internal performance counters to profile functions and applications.
Application Example
-------------------