We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749cbac commit 92a9078Copy full SHA for 92a9078
1 file changed
tests/micropython/meminfo.py.exp
@@ -1,11 +1,11 @@
1
mem: total=\\d\+, current=\\d\+, peak=\\d\+
2
stack: \\d\+ out of \\d\+
3
GC: total: \\d\+, used: \\d\+, free: \\d\+
4
- No. of 1-blocks: \\d\+, 2-blocks: \\d\+, max blk sz: \\d\+
+ No. of 1-blocks: \\d\+, 2-blocks: \\d\+, max blk sz: \\d\+, max free sz: \\d\+
5
6
7
8
9
GC memory layout; from \[0-9a-f\]\+:
10
########
11
qstr pool: n_pool=1, n_qstr=\\d, n_str_data_bytes=\\d\+, n_total_bytes=\\d\+
0 commit comments