From: keithw Date: Tue, 11 May 1999 16:49:44 +0000 (+0000) Subject: [project @ 1999-05-11 16:49:44 by keithw] X-Git-Tag: Approximately_9120_patches~6219 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=59555db8b6f4e67efa73c33fdc836d68e055de8e;p=ghc-hetmet.git [project @ 1999-05-11 16:49:44 by keithw] Whoops, forgot to mention the following change: Various ticky counters have changed: - TICK_ALLOC_THK is now TICK_ALLOC_{UP,SE}_THK (updatable versus single-entry). - TICK_UPD_{NEW,OLD}_IND is now TICK_UPD_{NEW,OLD}_{,PERM_}IND. - UPD_{CAF_,}BH_{UPDATABLE,SINGLE_ENTRY}_ctr added, counting the creation of various flavours of black holes. - ENT_PERM_IND, UPD_{NEW,OLD}_PERM_IND are only dumped if update squeezing is off; see comment in Ticky.c Some documentation for ticky-ticky has been added to the user guide. --- diff --git a/ghc/rts/Ticky.c b/ghc/rts/Ticky.c index c33fb25..d059808 100644 --- a/ghc/rts/Ticky.c +++ b/ghc/rts/Ticky.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Ticky.c,v 1.6 1999/05/11 16:47:59 keithw Exp $ + * $Id: Ticky.c,v 1.7 1999/05/11 16:49:44 keithw Exp $ * * (c) The AQUA project, Glasgow University, 1992-1997 * (c) The GHC Team, 1998-1999 @@ -573,3 +573,4 @@ printRegisteredCounterInfo (FILE *tf) #endif #endif /* TICKY_TICKY */ +