File: script-diff-live-expected.txt

package info (click to toggle)
firefox 147.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,683,484 kB
  • sloc: cpp: 7,607,246; javascript: 6,533,185; ansic: 3,775,227; python: 1,415,393; xml: 634,561; asm: 438,951; java: 186,241; sh: 62,752; makefile: 18,079; objc: 13,092; perl: 12,808; yacc: 4,583; cs: 3,846; pascal: 3,448; lex: 1,720; ruby: 1,003; php: 436; lisp: 258; awk: 247; sql: 66; sed: 54; csh: 10; exp: 6
file content (81 lines) | stat: -rw-r--r-- 1,897 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
#-----------------------------------------------------------------
# dmd.py --filter-stacks-for-testing -o script-diff-live-actual.txt script-diff-live1.json script-diff-live2.json

Invocation 1 {
  $DMD = '--mode=live'
  Mode = 'live'
}

Invocation 2 {
  $DMD = '--mode=live --stacks=partial'
  Mode = 'live'
}

#-----------------------------------------------------------------

Live {
  4 blocks in heap block record 1 of 6
  16,384 bytes (16,384 requested / 0 slop)
  Individual block sizes: 4,096 x 4
  -232.76% of the heap (-232.76% cumulative)
  Allocated at {
    #01: E (E.cpp:99)
  }
}

Live {
  5 blocks in heap block record 2 of 6
  -13,183 bytes (-13,231 requested / 48 slop)
  Individual block sizes: -15,360; 2,048; -1,024; 512 x 2; 128; -127 x 3; 64 x 4; 63 x 2
  187.29% of the heap (-45.48% cumulative)
  Allocated at {
    #01: F (F.cpp:99)
  }
}

Live {
  -3 blocks in heap block record 3 of 6
  -10,240 bytes (-10,192 requested / -48 slop)
  Individual block sizes: -4,096 x 2; -2,048
  145.48% of the heap (100.00% cumulative)
  Allocated at {
    #01: D (D.cpp:99)
  }
}

Live {
  0 blocks in heap block record 4 of 6
  0 bytes (-384 requested / 384 slop)
  Individual block sizes: (no change)
  -0.00% of the heap (100.00% cumulative)
  Allocated at {
    #01: C (C.cpp:99)
  }
}

Live {
  -2 blocks in heap block record 5 of 6
  0 bytes (0 requested / 0 slop)
  Individual block sizes: 8,192 x 2; -4,096 x 4
  -0.00% of the heap (100.00% cumulative)
  Allocated at {
    #01: B (B.cpp:99)
  }
}

Live {
  0 blocks in heap block record 6 of 6
  0 bytes (0 requested / 0 slop)
  Individual block sizes: 20,480; -16,384; -8,192; 4,096
  -0.00% of the heap (100.00% cumulative)
  Allocated at {
    #01: (no stack trace recorded due to --stacks=partial)
  }
}

#-----------------------------------------------------------------

Summary {
  Total: -7,039 bytes in 4 blocks
}