Search found 1 match
- Wed Oct 30, 2019 1:09 pm
- Forum: ESP-IDF
- Topic: ESP32 performance measurements
- Replies: 0
- Views: 2022
ESP32 performance measurements
I'd like to get some performance-related metrics for an application running on the ESP32 and I'm looking for suggestions on how to do so. I'm interested in metrics such as: Memory usage over time Maximum memory usage Time to complete a task Maybe the cycle count to complete a task? Ideally I would l...