Skip to content
  • mniip's avatar
    982ad30f
    rts: Refactor dumping the heap census · 982ad30f
    mniip authored and Marge Bot's avatar Marge Bot committed
    Always do the printing of the total size right next to where the bucket
    label is printed. This prevents accidentally printing a label without
    the corresponding amount.
    
    Fixed a bug where exactly this happened for -hi profile and the 0x0
    (uncategorized) info table.
    
    There is now also much more symmetry between fprintf(hp_file,...) and
    the corresponding traceHeapProfSampleString.
    982ad30f
    rts: Refactor dumping the heap census
    mniip authored and Marge Bot's avatar Marge Bot committed
    Always do the printing of the total size right next to where the bucket
    label is printed. This prevents accidentally printing a label without
    the corresponding amount.
    
    Fixed a bug where exactly this happened for -hi profile and the 0x0
    (uncategorized) info table.
    
    There is now also much more symmetry between fprintf(hp_file,...) and
    the corresponding traceHeapProfSampleString.
Loading