summaryrefslogtreecommitdiff
path: root/rts/Ticky.c
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-09-28 14:53:49 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-09-28 14:53:49 +0000
commit1a84ec2aeb34eec7117aecc5a450064a9ac1c747 (patch)
treea6d8957d547dedd35f2fdc94c758c4d68302773a /rts/Ticky.c
parentf872c90f3bedbc3b909cfc4c37cda0455dee917e (diff)
downloadhaskell-1a84ec2aeb34eec7117aecc5a450064a9ac1c747.tar.gz
remove TICK_GC_WORDS_COPIED, the GC stats give us the same thing
Diffstat (limited to 'rts/Ticky.c')
-rw-r--r--rts/Ticky.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/rts/Ticky.c b/rts/Ticky.c
index 75aa4b1022..140a705eae 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: */