diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-01-23 16:22:43 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-01-24 10:33:46 -0800 |
| commit | da330f0cab09c9150b588ee0c1cb4e09edaee9fc (patch) | |
| tree | cd77f8e8e2620d6d214dcd053a045d7ad988ae5b /tools/gc_activity.md | |
| parent | 416abe33ed44e44d8f75342731080217e123278b (diff) | |
Polish up the heap analysis script and make it more CLI friendly.
It can now render the heap layout over a sequence of ram dumps.
The mpy analysis is also better at parsing mpy files.
Diffstat (limited to 'tools/gc_activity.md')
| -rw-r--r-- | tools/gc_activity.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gc_activity.md b/tools/gc_activity.md index 40252bdf7..d1a4c2803 100644 --- a/tools/gc_activity.md +++ b/tools/gc_activity.md @@ -13,7 +13,7 @@ correct port. GDB is usually :3333 and JLink is :2331. Now, run gdb from your port directory: ``` -arm-none-eabi-gdb -x ../tools/output_gc_until_repl.txt build-metro_m0_flash/firmware.elf +arm-none-eabi-gdb -x ../tools/output_gc_until_repl.txt build-metro_m0_express/firmware.elf ``` This will take a little time while it breaks, backtraces and continues for every |
