mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-22 20:42:03 +00:00
docs(core): fix micropython GC arena analysis tool name
[no changelog]
This commit is contained in:
parent
f4ebc0d9d8
commit
ffc4b57e70
@ -711,7 +711,7 @@ void dump_qstrdata(FILE *out) {
|
|||||||
|
|
||||||
/// def meminfo(filename: str) -> None:
|
/// def meminfo(filename: str) -> None:
|
||||||
/// """Dumps map of micropython GC arena to a file.
|
/// """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.
|
/// Only available in the emulator.
|
||||||
/// """
|
/// """
|
||||||
STATIC mp_obj_t mod_trezorutils_meminfo(mp_obj_t filename) {
|
STATIC mp_obj_t mod_trezorutils_meminfo(mp_obj_t filename) {
|
||||||
|
@ -4,7 +4,7 @@ from typing import *
|
|||||||
# upymod/modtrezorutils/modtrezorutils-meminfo.h
|
# upymod/modtrezorutils/modtrezorutils-meminfo.h
|
||||||
def meminfo(filename: str) -> None:
|
def meminfo(filename: str) -> None:
|
||||||
"""Dumps map of micropython GC arena to a file.
|
"""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.
|
Only available in the emulator.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user