From a9e75a0516966c35d0a9e3736f3491498bf4a910 Mon Sep 17 00:00:00 2001 From: kw217 Date: Fri, 5 Mar 1999 12:02:33 +0000 Subject: [PATCH] [project @ 1999-03-05 12:02:33 by kw217] Counter UPD_PAP_IN_PLACE_ctr erroneously missed from raw Ticky dump. --- ghc/rts/Ticky.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 1.7.10.4