mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
CI: enable example builds for C3
Enables building C3 examples in CI. Fixes related warnings/errors and disables examples that cannot run.
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
| Supported Targets | ESP32 | ESP32-S2 |
|
||||
| ----------------- | ----- | -------- |
|
||||
|
||||
# Performance Monitor (`perfmon`) example
|
||||
|
||||
(See the README.md file in the upper level 'examples' directory for more information about examples.)
|
||||
|
||||
## Overview
|
||||
This example illustrates usage of `perfmon` APIs to monitor and profile functions.
|
||||
This example illustrates usage of `perfmon` APIs to monitor and profile functions.
|
||||
The example will calculate performance statistic for simple test function.
|
||||
The simple test function could be exchanged to one from the user.
|
||||
The simple test function could be exchanged to one from the user.
|
||||
|
||||
The example contain test function that will be executed with perfmon component and collect CPU statistic. The test function will be executed 200 times in each test case. The first test case collect statistic from all available performance counters, and second test just from defined in the list.
|
||||
|
||||
|
Reference in New Issue
Block a user