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_red.c:143–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
static inline void rdtsc_prof_start(struct rdtsc_prof *p)
144
{
145
p->clk_start = rte_rdtsc_precise();
146
}
147
148
static inline void rdtsc_prof_end(struct rdtsc_prof *p)
149
{
Callers
2
enqueue_dequeue_perf
Function · 0.70
perf2_test
Function · 0.70
Calls
1
rte_rdtsc_precise
Function · 0.50
Tested by
no test coverage detected