esp-idf/tools/esp_app_trace/espytrace
Fu Hanxi 0146f258d7 style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
..
README.md sys_view: Adds processing scripts for heap & log traces 2019-04-01 19:31:45 +03:00
__init__.py sys_view: Adds processing scripts for heap & log traces 2019-04-01 19:31:45 +03:00
apptrace.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
sysview.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00

README.md

espytrace Python package

This package implements base routines and classes for processing ESP32 application level trace data.

  • apptrace.py includes functionality which is common for all types of trace data.
  • sysview.py includes functionality which is specific for SystemView trace data format.