FD.io VPP  v16.06
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

always_inline u64 clib_cpu_time_now (void)
 
void clib_time_verify_frequency (clib_time_t *c)
 
always_inline f64 clib_time_now_internal (clib_time_t *c, u64 n)
 
always_inline f64 clib_time_now (clib_time_t *c)
 
always_inline void clib_cpu_time_wait (u64 dt)
 
void clib_time_init (clib_time_t *c)
 
always_inline f64 unix_time_now (void)
 
always_inline u64 unix_time_now_nsec (void)
 
always_inline f64 unix_usage_now (void)
 
always_inline void unix_sleep (f64 dt)
 

Function Documentation

always_inline u64 clib_cpu_time_now ( void  )

Definition at line 71 of file time.h.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

always_inline void clib_cpu_time_wait ( u64  dt)

Definition at line 190 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 160 of file time.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

always_inline f64 clib_time_now ( clib_time_t c)

Definition at line 185 of file time.h.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

always_inline f64 clib_time_now_internal ( clib_time_t c,
u64  n 
)

Definition at line 172 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 175 of file time.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

always_inline void unix_sleep ( f64  dt)

Definition at line 233 of file time.h.

+ Here is the call graph for this function:

always_inline f64 unix_time_now ( void  )

Definition at line 208 of file time.h.

+ Here is the caller graph for this function:

always_inline u64 unix_time_now_nsec ( void  )

Definition at line 218 of file time.h.

+ Here is the caller graph for this function:

always_inline f64 unix_usage_now ( void  )

Definition at line 225 of file time.h.

+ Here is the caller graph for this function: