summaryrefslogtreecommitdiff
path: root/tools/analyze_mpy.py
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2020-12-29mark script as executableJeff Epler
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2018-01-24Polish up the heap analysis script and make it more CLI friendly.Scott Shawcroft
It can now render the heap layout over a sequence of ram dumps. The mpy analysis is also better at parsing mpy files.
2018-01-18Heap analysis tool (#529)Scott Shawcroft
* random heap stuff * Fix dicts * Less hand coding. Now reads .map file for memory locations of stuff. * Display qstr chunk contents.