Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
10f58476
Commit
10f58476
authored
Jan 15, 2012
by
Ian Lynagh
Browse files
Remove an out-of-date comment
parent
ee250e51
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Stats.c
View file @
10f58476
...
...
@@ -564,8 +564,7 @@ stat_exit(int alloc)
// heapCensus() is called by the GC, so RP and HC time are
// included in the GC stats. We therefore subtract them to
// obtain the actual GC cpu time. XXX: we aren't doing this
// for elapsed time.
// obtain the actual GC cpu time.
gc_cpu
-=
0
+
PROF_VAL
(
RP_tot_time
+
HC_tot_time
);
gc_elapsed
-=
0
+
PROF_VAL
(
RPe_tot_time
+
HCe_tot_time
);
...
...
Write
Preview
Supports
Markdown
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