tor-browser

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

complete-full2-dark-matter-expected.txt (3397B)


      1 #-----------------------------------------------------------------
      2 # dmd.py --filter-stacks-for-testing -o complete-full2-dark-matter-actual.txt complete-full2-dark-matter.json
      3 
      4 Invocation {
      5  $DMD = '--mode=dark-matter --stacks=full --show-dump-stats=yes'
      6  Mode = 'dark-matter'
      7 }
      8 
      9 #-----------------------------------------------------------------
     10 
     11 Twice-reported {
     12  1 block in heap block record 1 of 2
     13  80 bytes (77 requested / 3 slop)
     14  2.81% of the heap (2.81% cumulative)
     15  83.33% of twice-reported (83.33% cumulative)
     16  Allocated at {
     17    #01: ... DMD.cpp ...
     18  }
     19  Reported at {
     20    #01: ... DMD.cpp ...
     21  }
     22  Reported again at {
     23    #01: ... DMD.cpp ...
     24  }
     25 }
     26 
     27 Twice-reported {
     28  1 block in heap block record 2 of 2
     29  16 bytes (16 requested / 0 slop)
     30  0.56% of the heap (3.37% cumulative)
     31  16.67% of twice-reported (100.00% cumulative)
     32  Allocated at {
     33    #01: ... DMD.cpp ...
     34  }
     35  Reported at {
     36    #01: ... DMD.cpp ...
     37  }
     38  Reported again at {
     39    #01: ... DMD.cpp ...
     40  }
     41 }
     42 
     43 #-----------------------------------------------------------------
     44 
     45 Unreported {
     46  9 blocks in heap block record 1 of 3
     47  1,008 bytes (900 requested / 108 slop)
     48  Individual block sizes: 112 x 9
     49  35.39% of the heap (35.39% cumulative)
     50  48.84% of unreported (48.84% cumulative)
     51  Allocated at {
     52    #01: ... DMD.cpp ...
     53  }
     54 }
     55 
     56 Unreported {
     57  6 blocks in heap block record 2 of 3
     58  528 bytes (528 requested / 0 slop)
     59  Individual block sizes: 128; 112; 96; 80; 64; 48
     60  18.54% of the heap (53.93% cumulative)
     61  25.58% of unreported (74.42% cumulative)
     62  Allocated at {
     63    #01: ... DMD.cpp ...
     64  }
     65 }
     66 
     67 Unreported {
     68  6 blocks in heap block record 3 of 3
     69  528 bytes (528 requested / 0 slop)
     70  Individual block sizes: 128; 112; 96; 80; 64; 48
     71  18.54% of the heap (72.47% cumulative)
     72  25.58% of unreported (100.00% cumulative)
     73  Allocated at {
     74    #01: ... DMD.cpp ...
     75  }
     76 }
     77 
     78 #-----------------------------------------------------------------
     79 
     80 Once-reported {
     81  1 block in heap block record 1 of 4
     82  512 bytes (512 requested / 0 slop)
     83  17.98% of the heap (17.98% cumulative)
     84  74.42% of once-reported (74.42% cumulative)
     85  Allocated at {
     86    #01: ... DMD.cpp ...
     87  }
     88  Reported at {
     89    #01: ... DMD.cpp ...
     90  }
     91 }
     92 
     93 Once-reported {
     94  1 block in heap block record 2 of 4
     95  80 bytes (79 requested / 1 slop)
     96  2.81% of the heap (20.79% cumulative)
     97  11.63% of once-reported (86.05% cumulative)
     98  Allocated at {
     99    #01: ... DMD.cpp ...
    100  }
    101  Reported at {
    102    #01: ... DMD.cpp ...
    103  }
    104 }
    105 
    106 Once-reported {
    107  1 block in heap block record 3 of 4
    108  80 bytes (78 requested / 2 slop)
    109  2.81% of the heap (23.60% cumulative)
    110  11.63% of once-reported (97.67% cumulative)
    111  Allocated at {
    112    #01: ... DMD.cpp ...
    113  }
    114  Reported at {
    115    #01: ... DMD.cpp ...
    116  }
    117 }
    118 
    119 Once-reported {
    120  1 block in heap block record 4 of 4
    121  16 bytes (10 requested / 6 slop)
    122  0.56% of the heap (24.16% cumulative)
    123  2.33% of once-reported (100.00% cumulative)
    124  Allocated at {
    125    #01: ... DMD.cpp ...
    126  }
    127  Reported at {
    128    #01: ... DMD.cpp ...
    129  }
    130 }
    131 
    132 #-----------------------------------------------------------------
    133 
    134 Summary {
    135  Total:                 2,848 bytes (100.00%) in      27 blocks (100.00%)
    136  Unreported:            2,064 bytes ( 72.47%) in      21 blocks ( 77.78%)
    137  Once-reported:           688 bytes ( 24.16%) in       4 blocks ( 14.81%)
    138  Twice-reported:           96 bytes (  3.37%) in       2 blocks (  7.41%)
    139 }