1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-21 12:02:19 +00:00

docs(core): fix micropython GC arena analysis tool name

[no changelog]
This commit is contained in:
Roman Zeyde 2025-02-11 20:25:38 +02:00 committed by Roman Zeyde
parent f4ebc0d9d8
commit ffc4b57e70
2 changed files with 2 additions and 2 deletions

View File

@ -711,7 +711,7 @@ void dump_qstrdata(FILE *out) {
/// def meminfo(filename: str) -> None:
/// """Dumps map of micropython GC arena to a file.
/// The JSON file can be decoded by analyze.py
/// The JSON file can be decoded by analyze-memory-dump.py
/// Only available in the emulator.
/// """
STATIC mp_obj_t mod_trezorutils_meminfo(mp_obj_t filename) {

View File

@ -4,7 +4,7 @@ from typing import *
# upymod/modtrezorutils/modtrezorutils-meminfo.h
def meminfo(filename: str) -> None:
"""Dumps map of micropython GC arena to a file.
The JSON file can be decoded by analyze.py
The JSON file can be decoded by analyze-memory-dump.py
Only available in the emulator.
"""