MCPcopy 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
132static inline void rdtsc_prof_start(struct rdtsc_prof *p)
133{
134 p->clk_start = rte_rdtsc_precise();
135}
136
137static inline void rdtsc_prof_end(struct rdtsc_prof *p)
138{

Callers 1

enqueue_dequeue_perfFunction · 0.70

Calls 1

rte_rdtsc_preciseFunction · 0.50

Tested by

no test coverage detected