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

Function get_port_ts

dpdk/app/test/test_pie.c:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118static uint64_t get_port_ts(void)
119{
120 return (uint64_t)((double)rte_rdtsc() * inv_cycles_per_byte);
121}
122
123static void rdtsc_prof_init(struct rdtsc_prof *p, const char *name)
124{

Callers 3

increase_qsizeFunction · 0.70
enqueue_dequeue_funcFunction · 0.70
enqueue_dequeue_perfFunction · 0.70

Calls 1

rte_rdtscFunction · 0.50

Tested by

no test coverage detected