[Haskell-cafe] Re: Computer time, independent of date

Mauricio briqueabraque at yahoo.com
Thu Jan 8 07:21:45 EST 2009


>>  Is there an alternative? Something like how much
>>  time has passed since the program has started would
>>  be great.
> 
> Have a look at benchpress on hackage.
> 

But benchpress uses Data.Time.Clock.getCurrentTime. I understand
that is dependent from configuration. It's okay to benchmark a
fast application, but mine will be running for days, so it
would not be reliable.

Best,
Maurício



More information about the Haskell-Cafe mailing list