From: kw217 Date: Fri, 5 Mar 1999 12:02:33 +0000 (+0000) Subject: [project @ 1999-03-05 12:02:33 by kw217] X-Git-Tag: Approximately_9120_patches~6415 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a9e75a0516966c35d0a9e3736f3491498bf4a910;p=ghc-hetmet.git [project @ 1999-03-05 12:02:33 by kw217] Counter UPD_PAP_IN_PLACE_ctr erroneously missed from raw Ticky dump. --- diff --git a/ghc/rts/Ticky.c b/ghc/rts/Ticky.c index 9e070fe..e8ed6ef 100644 --- a/ghc/rts/Ticky.c +++ b/ghc/rts/Ticky.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Ticky.c,v 1.3 1999/02/05 16:03:02 simonm Exp $ + * $Id: Ticky.c,v 1.4 1999/03/05 12:02:33 kw217 Exp $ * * (c) The AQUA project, Glasgow University, 1992-1997 * (c) The GHC Team, 1998-1999 @@ -455,6 +455,7 @@ PrintTickyInfo(void) PR_CTR(UPD_SQUEEZED_ctr); PR_CTR(UPD_CON_IN_NEW_ctr); PR_CTR(UPD_PAP_IN_NEW_ctr); + PR_CTR(UPD_PAP_IN_PLACE_ctr); PR_HST(UPD_CON_IN_NEW_hst,0); PR_HST(UPD_CON_IN_NEW_hst,1);