add "Tracealyzer" support for a better debug expirence
Posted: Sun Oct 29, 2017 6:25 pm
Hi ESP32,
Perhapse I just used to check my system load with too often. When I debugging stuff on ESP-IDF, I feel blind somethings. I don't know the CPU load, and through not intuitive way know a little about RAM Usage...
Then I figure out there is a tool named "Tracealyzer" from percepio, which just meet my need. After playing around for a while. I realize I need some source code on ESP32 side, which helps to log the trace. But I made some effort to find one. But without luck.
Can anyone help me about this?
Perhapse I just used to check my system load with
Code: Select all
htop
Then I figure out there is a tool named "Tracealyzer" from percepio, which just meet my need. After playing around for a while. I realize I need some source code on ESP32 side, which helps to log the trace. But I made some effort to find one. But without luck.
Can anyone help me about this?