Make retainer profiling use the label length (-L) flag)
[ghc-hetmet.git] / rts / ProfHeap.c
index f7fbd32..9bd707f 100644 (file)
@@ -812,7 +812,7 @@ dumpCensus( Census *census )
                rs->id = -(rs->id);
 
            // report in the unit of bytes: * sizeof(StgWord)
-           printRetainerSetShort(hp_file, rs);
+           printRetainerSetShort(hp_file, rs, RtsFlags.ProfFlags.ccsLength);
            break;
        }
        default: