|
NAMEbinuptime , getbinuptime ,
microuptime , getmicrouptime ,
nanouptime , getnanouptime ,
sbinuptime , getsbinuptime
—
get the time elapsed since boot
SYNOPSIS#include <sys/time.h>
void
void
void
void
void
void
sbintime_t
sbintime_t
DESCRIPTIONThebinuptime () and
getbinuptime () functions store the time elapsed since
boot as a struct bintime at the address specified by
bt. The microuptime () and
getmicrouptime () functions perform the same utility,
but record the elapsed time as a struct timeval instead.
Similarly the nanouptime () and
getnanouptime () functions store the elapsed time as a
struct timespec. The
sbinuptime () and
getsbinuptime () functions return the time elapsed
since boot as a sbintime_t.
The The intent of the SEE ALSObintime(9), get_cyclecount(9), getbintime(9), getmicrotime(9), getnanotime(9), microtime(9), nanotime(9), tvtohz(9)AUTHORSThis manual page was written by Kelly Yancey <kbyanc@posi.net>.
Visit the GSP FreeBSD Man Page Interface. |