Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rdtsc_prof_start
Function
rdtsc_prof_start
dpdk/app/test/test_pie.c:132–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
static inline void rdtsc_prof_start(struct rdtsc_prof *p)
133
{
134
p->clk_start = rte_rdtsc_precise();
135
}
136
137
static inline void rdtsc_prof_end(struct rdtsc_prof *p)
138
{
Callers
1
enqueue_dequeue_perf
Function · 0.70
Calls
1
rte_rdtsc_precise
Function · 0.50
Tested by
no test coverage detected