tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

script-diff-dark-matter-expected.txt (3296B)


      1 #-----------------------------------------------------------------
      2 # dmd.py --filter-stacks-for-testing -o script-diff-dark-matter-actual.txt script-diff-dark-matter1.json script-diff-dark-matter2.json
      3 
      4 Invocation 1 {
      5  $DMD = '--mode=dark-matter'
      6  Mode = 'dark-matter'
      7 }
      8 
      9 Invocation 2 {
     10  $DMD = '1'
     11  Mode = 'dark-matter'
     12 }
     13 
     14 #-----------------------------------------------------------------
     15 
     16 Twice-reported {
     17  -1 blocks in heap block record 1 of 1
     18  -1,088 bytes (-1,064 requested / -24 slop)
     19  Individual block sizes: -1,024; -127; 63
     20  15.46% of the heap (15.46% cumulative)
     21  100.00% of twice-reported (100.00% cumulative)
     22  Allocated at {
     23    #01: F (F.cpp:99)
     24  }
     25  Reported at {
     26    #01: R1 (R1.cpp:99)
     27  }
     28  Reported again at {
     29    #01: R2 (R2.cpp:99)
     30  }
     31 }
     32 
     33 #-----------------------------------------------------------------
     34 
     35 Unreported {
     36  4 blocks in heap block record 1 of 5
     37  16,384 bytes (16,384 requested / 0 slop)
     38  Individual block sizes: 4,096 x 4
     39  -232.76% of the heap (-232.76% cumulative)
     40  371.01% of unreported (371.01% cumulative)
     41  Allocated at {
     42    #01: E (E.cpp:99)
     43  }
     44 }
     45 
     46 Unreported {
     47  7 blocks in heap block record 2 of 5
     48  -11,968 bytes (-12,016 requested / 48 slop)
     49  Individual block sizes: -15,360; 2,048; 512 x 2; 128; -127; 64 x 4; 63
     50  170.02% of the heap (-62.74% cumulative)
     51  -271.01% of unreported (100.00% cumulative)
     52  Allocated at {
     53    #01: F (F.cpp:99)
     54  }
     55 }
     56 
     57 Unreported {
     58  0 blocks in heap block record 3 of 5
     59  0 bytes (-384 requested / 384 slop)
     60  Individual block sizes: (no change)
     61  -0.00% of the heap (-62.74% cumulative)
     62  0.00% of unreported (100.00% cumulative)
     63  Allocated at {
     64    #01: C (C.cpp:99)
     65  }
     66 }
     67 
     68 Unreported {
     69  -2 blocks in heap block record 4 of 5
     70  0 bytes (0 requested / 0 slop)
     71  Individual block sizes: 8,192 x 2; -4,096 x 4
     72  -0.00% of the heap (-62.74% cumulative)
     73  0.00% of unreported (100.00% cumulative)
     74  Allocated at {
     75    #01: B (B.cpp:99)
     76  }
     77 }
     78 
     79 Unreported {
     80  0 blocks in heap block record 5 of 5
     81  0 bytes (0 requested / 0 slop)
     82  Individual block sizes: 20,480; -16,384; -8,192; 4,096
     83  -0.00% of the heap (-62.74% cumulative)
     84  0.00% of unreported (100.00% cumulative)
     85  Allocated at {
     86    #01: (no stack trace recorded due to --stacks=partial)
     87  }
     88 }
     89 
     90 #-----------------------------------------------------------------
     91 
     92 Once-reported {
     93  -3 blocks in heap block record 1 of 2
     94  -10,240 bytes (-10,192 requested / -48 slop)
     95  Individual block sizes: -4,096 x 2; -2,048
     96  145.48% of the heap (145.48% cumulative)
     97  98.77% of once-reported (98.77% cumulative)
     98  Allocated at {
     99    #01: D (D.cpp:99)
    100  }
    101  Reported at {
    102    #01: R1 (R1.cpp:99)
    103  }
    104 }
    105 
    106 Once-reported {
    107  -1 blocks in heap block record 2 of 2
    108  -127 bytes (-151 requested / 24 slop)
    109  1.80% of the heap (147.28% cumulative)
    110  1.23% of once-reported (100.00% cumulative)
    111  Allocated at {
    112    #01: F (F.cpp:99)
    113  }
    114  Reported at {
    115    #01: R1 (R1.cpp:99)
    116  }
    117 }
    118 
    119 #-----------------------------------------------------------------
    120 
    121 Summary {
    122  Total:                -7,039 bytes (100.00%) in       4 blocks (100.00%)
    123  Unreported:            4,416 bytes (-62.74%) in       9 blocks (225.00%)
    124  Once-reported:       -10,367 bytes (147.28%) in      -4 blocks (-100.00%)
    125  Twice-reported:       -1,088 bytes ( 15.46%) in      -1 blocks (-25.00%)
    126 }