On Fri, Apr 8, 2011 at 3:48 PM, Warren Harris wrote:
> I'm trying out GHC-7.0.3-x86_64 for Mac OS X and see what seems to be a bug
> in System.Time.diffClockTimes. The TimeDiff tdPicosec field returns values
> that seem to jump around erratically:
>
> test = do
> startTime <- System.Time.getClo
On 8 April 2011 22:48, Warren Harris wrote:
> I'm trying out GHC-7.0.3-x86_64 for Mac OS X and see what seems to be a bug
> in System.Time.diffClockTimes. The TimeDiff tdPicosec field returns values
> that seem to jump around erratically
Strange. This doesn't happen on my Ubuntu x86_64:
*Main>
I'm trying out GHC-7.0.3-x86_64 for Mac OS X and see what seems to be a bug in
System.Time.diffClockTimes. The TimeDiff tdPicosec field returns values that
seem to jump around erratically:
test = do
startTime <- System.Time.getClockTime
endTime <- System.Time.getClockTime
let dt = diffClo