Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
a9e75a05
Commit
a9e75a05
authored
Mar 05, 1999
by
kw217
Browse files
[project @ 1999-03-05 12:02:33 by kw217]
Counter UPD_PAP_IN_PLACE_ctr erroneously missed from raw Ticky dump.
parent
9b910bc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Ticky.c
View file @
a9e75a05
/* -----------------------------------------------------------------------------
* $Id: Ticky.c,v 1.
3
1999/0
2
/05 1
6
:0
3:02 simonm
Exp $
* $Id: Ticky.c,v 1.
4
1999/0
3
/05 1
2
:0
2: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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment