MCPcopy Create free account
hub / github.com/F-Stack/f-stack / get_port_ts

Function get_port_ts

dpdk/app/test/test_red.c:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129static uint64_t get_port_ts(void)
130{
131 return (uint64_t)((double)rte_rdtsc() * inv_cycles_per_byte);
132}
133
134static void rdtsc_prof_init(struct rdtsc_prof *p, const char *name)
135{

Callers 9

increase_actual_qsizeFunction · 0.70
increase_average_qsizeFunction · 0.70
enqueue_dequeue_funcFunction · 0.70
func_test3Function · 0.70
func_test4Function · 0.70
func_test6Function · 0.70
enqueue_dequeue_perfFunction · 0.70
perf2_testFunction · 0.70
ovfl_test1Function · 0.70

Calls 1

rte_rdtscFunction · 0.50

Tested by

no test coverage detected