MCPcopy 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
143static inline void rdtsc_prof_start(struct rdtsc_prof *p)
144{
145 p->clk_start = rte_rdtsc_precise();
146}
147
148static inline void rdtsc_prof_end(struct rdtsc_prof *p)
149{

Callers 2

enqueue_dequeue_perfFunction · 0.70
perf2_testFunction · 0.70

Calls 1

rte_rdtsc_preciseFunction · 0.50

Tested by

no test coverage detected