script-diff-live-expected.txt (1897B)
1 #----------------------------------------------------------------- 2 # dmd.py --filter-stacks-for-testing -o script-diff-live-actual.txt script-diff-live1.json script-diff-live2.json 3 4 Invocation 1 { 5 $DMD = '--mode=live' 6 Mode = 'live' 7 } 8 9 Invocation 2 { 10 $DMD = '--mode=live --stacks=partial' 11 Mode = 'live' 12 } 13 14 #----------------------------------------------------------------- 15 16 Live { 17 4 blocks in heap block record 1 of 6 18 16,384 bytes (16,384 requested / 0 slop) 19 Individual block sizes: 4,096 x 4 20 -232.76% of the heap (-232.76% cumulative) 21 Allocated at { 22 #01: E (E.cpp:99) 23 } 24 } 25 26 Live { 27 5 blocks in heap block record 2 of 6 28 -13,183 bytes (-13,231 requested / 48 slop) 29 Individual block sizes: -15,360; 2,048; -1,024; 512 x 2; 128; -127 x 3; 64 x 4; 63 x 2 30 187.29% of the heap (-45.48% cumulative) 31 Allocated at { 32 #01: F (F.cpp:99) 33 } 34 } 35 36 Live { 37 -3 blocks in heap block record 3 of 6 38 -10,240 bytes (-10,192 requested / -48 slop) 39 Individual block sizes: -4,096 x 2; -2,048 40 145.48% of the heap (100.00% cumulative) 41 Allocated at { 42 #01: D (D.cpp:99) 43 } 44 } 45 46 Live { 47 0 blocks in heap block record 4 of 6 48 0 bytes (-384 requested / 384 slop) 49 Individual block sizes: (no change) 50 -0.00% of the heap (100.00% cumulative) 51 Allocated at { 52 #01: C (C.cpp:99) 53 } 54 } 55 56 Live { 57 -2 blocks in heap block record 5 of 6 58 0 bytes (0 requested / 0 slop) 59 Individual block sizes: 8,192 x 2; -4,096 x 4 60 -0.00% of the heap (100.00% cumulative) 61 Allocated at { 62 #01: B (B.cpp:99) 63 } 64 } 65 66 Live { 67 0 blocks in heap block record 6 of 6 68 0 bytes (0 requested / 0 slop) 69 Individual block sizes: 20,480; -16,384; -8,192; 4,096 70 -0.00% of the heap (100.00% cumulative) 71 Allocated at { 72 #01: (no stack trace recorded due to --stacks=partial) 73 } 74 } 75 76 #----------------------------------------------------------------- 77 78 Summary { 79 Total: -7,039 bytes in 4 blocks 80 }