FD.io VPP  v16.06
Vector Packet Processing
time.c File Reference
+ Include dependency graph for time.c:

Go to the source code of this file.

Functions

static f64 estimate_clock_frequency (f64 sample_time)
 
static f64 clock_frequency_from_proc_filesystem (void)
 
static f64 clock_frequency_from_sys_filesystem (void)
 
f64 os_cpu_clock_frequency (void)
 
void clib_time_init (clib_time_t *c)
 
void clib_time_verify_frequency (clib_time_t *c)
 

Function Documentation

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:

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:

static f64 clock_frequency_from_proc_filesystem ( void  )
static

Definition at line 74 of file time.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static f64 clock_frequency_from_sys_filesystem ( void  )
static

Definition at line 117 of file time.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static f64 estimate_clock_frequency ( f64  sample_time)
static

Definition at line 50 of file time.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

f64 os_cpu_clock_frequency ( void  )

Definition at line 138 of file time.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: