X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FTicky.c;h=140a705eaea5b888f1cf0f58c293afb7468a29eb;hb=7d9eb2e45b4a9ff4cb053b1ec37602be88528b62;hp=75aa4b102214d224977ceee8614d3e30bf7630b9;hpb=0576f0601cc48aeaa5b2efa33a92bb57f514e9c2;p=ghc-hetmet.git diff --git a/rts/Ticky.c b/rts/Ticky.c index 75aa4b1..140a705 100644 --- a/rts/Ticky.c +++ b/rts/Ticky.c @@ -307,9 +307,6 @@ PrintTickyInfo(void) PC(INTAVG(tot_old_updates,tot_gengc_updates))); } - fprintf(tf,"\nTotal bytes copied during GC: %ld\n", - GC_WORDS_COPIED_ctr * sizeof(W_)); - printRegisteredCounterInfo(tf); fprintf(tf,"\n**************************************************\n"); @@ -567,7 +564,6 @@ PrintTickyInfo(void) PR_CTR(GC_SEL_MINOR_ctr); PR_CTR(GC_SEL_MAJOR_ctr); PR_CTR(GC_FAILED_PROMOTION_ctr); - PR_CTR(GC_WORDS_COPIED_ctr); } /* To print out all the registered-counter info: */