I think I understand what's going on: GC time isn't counted as part of
the time reported by profiling. This seems misleading to me, since if your
program is spending 4 times as much time doing GC as doing actual work
(such as mine is), you'd want to know about it... but I suppose you can
always just get the GC stats with -t anyway.

-- 
Kirsten Chevalier * [EMAIL PROTECTED] * Often in error, never in doubt
"There is no such thing as a weird human being. It's just that some people
require more understanding than others."--Tom Robbins
http://www.cs.berkeley.edu/~krc/
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to