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

2009-01-08 Thread Marc Weber
>  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.

Sincerly
Marc Weber
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] Computer time, independent of date

2009-01-08 Thread Mauricio

Hi,

I'm writing a program where I need to know elapsed
times between some events, but I can't depende on
Data.Time since ntpd or user can change that while
my program is running.

Is there an alternative? Something like how much
time has passed since the program has started would
be great.

Thanks,
MaurĂ­cio

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe