FD.io VPP  v16.09
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 165 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 181 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 76 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 120 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 51 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 142 of file time.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: