package posix-time
-
posix-time
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
POSIX timeval time value with seconds and microseconds. A normalized value of type t
must have a value of tv_usec
between 0
and 1000000
(exclusive).
val create : int64 -> int64 -> t
create sec usec
creates a new normalized timespec with sec
seconds and usec
microseconds.
val to_string : t -> string
to_string t
creates a string of the form "sec.usec".