FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
time.h File Reference
+ Include dependency graph for time.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  clib_time_t
 

Functions

static u64 clib_cpu_time_now (void)
 
void clib_time_verify_frequency (clib_time_t *c)
 
static f64 clib_time_now_internal (clib_time_t *c, u64 n)
 
static f64 clib_time_now (clib_time_t *c)
 
static void clib_cpu_time_wait (u64 dt)
 
void clib_time_init (clib_time_t *c)
 
static f64 unix_time_now (void)
 
static u64 unix_time_now_nsec (void)
 
static void unix_time_now_nsec_fraction (u32 *sec, u32 *nsec)
 
static f64 unix_usage_now (void)
 
static void unix_sleep (f64 dt)
 

Function Documentation

static u64 clib_cpu_time_now ( void  )
inlinestatic

Definition at line 73 of file time.h.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void clib_cpu_time_wait ( u64  dt)
inlinestatic

Definition at line 208 of file time.h.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void clib_time_init ( clib_time_t c)

Definition at line 175 of file time.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static f64 clib_time_now ( clib_time_t c)
inlinestatic

Definition at line 202 of file time.h.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static f64 clib_time_now_internal ( clib_time_t c,
u64  n 
)
inlinestatic

Definition at line 187 of file time.h.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void clib_time_verify_frequency ( clib_time_t c)

Definition at line 191 of file time.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void unix_sleep ( f64  dt)
inlinestatic

Definition at line 264 of file time.h.

+ Here is the call graph for this function:

static f64 unix_time_now ( void  )
inlinestatic

Definition at line 227 of file time.h.

+ Here is the caller graph for this function:

static u64 unix_time_now_nsec ( void  )
inlinestatic

Definition at line 238 of file time.h.

+ Here is the caller graph for this function:

static void unix_time_now_nsec_fraction ( u32 sec,
u32 nsec 
)
inlinestatic

Definition at line 246 of file time.h.

+ Here is the caller graph for this function:

static f64 unix_usage_now ( void  )
inlinestatic

Definition at line 255 of file time.h.

+ Here is the caller graph for this function: