[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | onlyclimb <onlyclimb@1...> |
| Subject: | Re: [Caml-list] time function |
Chris Hecker wrote: > >> How can i get a resolution of milli-seconds > > > Unix.gettimeofday, I believe. This is in the documentation. > > > # open Unix;; # time();; - : float = 1040659293. # gettimeofday();; - : float = 1040659299.94 it seems that gettimeofday() is for centi-second, :-) ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners