Re: Error in GHC runtime stats output

2011-05-11 Thread Simon Marlow
On 10/05/2011 19:24, David Peixotto wrote: I found that the runtime stats output was incorrect for the one-line stats (i.e. the +RTS -t -RTS output). The output was giving zeros for several of the times, for example the mutator time. The problem was that the time values were being computed inside

Error in GHC runtime stats output

2011-05-10 Thread David Peixotto
I found that the runtime stats output was incorrect for the one-line stats (i.e. the +RTS -t -RTS output). The output was giving zeros for several of the times, for example the mutator time. The problem was that the time values were being computed inside a conditional so they were not correctly set