script-max-frames-3-expected.txt (1079B)
1 #----------------------------------------------------------------- 2 # dmd.py --filter-stacks-for-testing -o script-max-frames-3-actual.txt --max-frames=3 --no-fix-stacks script-max-frames.json 3 4 Invocation { 5 $DMD = '--mode=live --stacks=full' 6 Mode = 'live' 7 } 8 9 #----------------------------------------------------------------- 10 11 Live { 12 2 blocks in heap block record 1 of 3 13 4,224 bytes (4,224 requested / 0 slop) 14 Individual block sizes: 4,096; 128 15 95.65% of the heap (95.65% cumulative) 16 Allocated at { 17 #01: E (E.cpp:99) 18 #02: F (F.cpp:99) 19 #03: G (G.cpp:99) 20 } 21 } 22 23 Live { 24 1 block in heap block record 2 of 3 25 112 bytes (100 requested / 12 slop) 26 2.54% of the heap (98.19% cumulative) 27 Allocated at { 28 #01: E (E.cpp:99) 29 #02: X (X.cpp:99) 30 #03: Y (Y.cpp:99) 31 } 32 } 33 34 Live { 35 1 block in heap block record 3 of 3 36 80 bytes (80 requested / 0 slop) 37 1.81% of the heap (100.00% cumulative) 38 Allocated at { 39 #01: E (E.cpp:99) 40 } 41 } 42 43 #----------------------------------------------------------------- 44 45 Summary { 46 Total: 4,416 bytes in 4 blocks 47 }