Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
static uint64_t get_port_ts(void)
119
{
120
return (uint64_t)((double)rte_rdtsc() * inv_cycles_per_byte);
121
}
122
123
static void rdtsc_prof_init(struct rdtsc_prof *p, const char *name)
124
{
Callers
3
increase_qsize
Function · 0.70
enqueue_dequeue_func
Function · 0.70
enqueue_dequeue_perf
Function · 0.70
Calls
1
rte_rdtsc
Function · 0.50
Tested by
no test coverage detected