#-----------------------------------------------------------------
# dmd.py --filter-stacks-for-testing -o full-sampled-live-actual.txt full-sampled-live.json

Invocation {
  $DMD = '--mode=live --sample-below=128'
  Mode = 'live'
  Sample-below size = 128
}

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

Live {
  ~4 blocks in heap block record 1 of 7
  ~512 bytes (~512 requested / ~0 slop)
  Individual block sizes: ~128 x 3; 128
  32.65% of the heap (32.65% cumulative)
  Allocated at {
    #01: ... DMD.cpp ...
  }
}

Live {
  1 block in heap block record 2 of 7
  256 bytes (256 requested / 0 slop)
  16.33% of the heap (48.98% cumulative)
  Allocated at {
    #01: ... DMD.cpp ...
  }
}

Live {
  ~2 blocks in heap block record 3 of 7
  ~256 bytes (~256 requested / ~0 slop)
  Individual block sizes: ~128 x 2
  16.33% of the heap (65.31% cumulative)
  Allocated at {
    #01: ... DMD.cpp ...
  }
}

Live {
  1 block in heap block record 4 of 7
  160 bytes (160 requested / 0 slop)
  10.20% of the heap (75.51% cumulative)
  Allocated at {
    #01: ... DMD.cpp ...
  }
}

Live {
  1 block in heap block record 5 of 7
  128 bytes (128 requested / 0 slop)
  8.16% of the heap (83.67% cumulative)
  Allocated at {
    #01: ... DMD.cpp ...
  }
}

Live {
  ~1 block in heap block record 6 of 7
  ~128 bytes (~128 requested / ~0 slop)
  8.16% of the heap (91.84% cumulative)
  Allocated at {
    #01: ... DMD.cpp ...
  }
}

Live {
  ~1 block in heap block record 7 of 7
  ~128 bytes (~128 requested / ~0 slop)
  8.16% of the heap (100.00% cumulative)
  Allocated at {
    #01: ... DMD.cpp ...
  }
}

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

Summary {
  Total: ~1,568 bytes in ~11 blocks
}

