fix bug #664 in printSample()
authorSimon Marlow <simonmar@microsoft.com>
Mon, 30 Jan 2006 11:53:01 +0000 (11:53 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 30 Jan 2006 11:53:01 +0000 (11:53 +0000)
commita0f8de19ed0c87abe16a7008a444f8563b351dd1
treeaf8c493b4fc00c7cf4320e1bc702e0b754b90144
parentfa2879a0a740ee3c3860822ff5bb93c97d4d6af6
fix bug #664 in printSample()
printSample() was attempting to round the fractional part of the time,
but not propagated to the non-fractional part.  It's probably better not
to attempt to round the time at all.
ghc/rts/ProfHeap.c