|
NAMEbintime , getbintime ,
microtime , getmicrotime ,
nanotime , getnanotime —
get the current time
SYNOPSIS#include <sys/time.h>
void
void
void
void
void
void
DESCRIPTIONThebintime () and getbintime ()
functions store the system time as a struct bintime at
the addresses specified by bt. The
microtime () and getmicrotime ()
functions perform the same utility, but record the time as a
struct timeval instead. Similarly the
nanotime () and getnanotime ()
functions store the time as a struct timespec.
The The intent of the SEE ALSObinuptime(9), getbinuptime(9), getmicrouptime(9), getnanouptime(9), microuptime(9), nanouptime(9), tvtohz(9)HISTORYThebintime functions first appeared in
FreeBSD 5.0. The microtime and
nanotime functions first appeared in
FreeBSD 3.0 but have existed in other incarnations
since 4.4BSD.
AUTHORSThis manual page was written by Kelly Yancey <kbyanc@posi.net>.
Visit the GSP FreeBSD Man Page Interface. |