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_red.c:129–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
static uint64_t get_port_ts(void)
130
{
131
return (uint64_t)((double)rte_rdtsc() * inv_cycles_per_byte);
132
}
133
134
static void rdtsc_prof_init(struct rdtsc_prof *p, const char *name)
135
{
Callers
9
increase_actual_qsize
Function · 0.70
increase_average_qsize
Function · 0.70
enqueue_dequeue_func
Function · 0.70
func_test3
Function · 0.70
func_test4
Function · 0.70
func_test6
Function · 0.70
enqueue_dequeue_perf
Function · 0.70
perf2_test
Function · 0.70
ovfl_test1
Function · 0.70
Calls
1
rte_rdtsc
Function · 0.50
Tested by
no test coverage detected