MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rdtsc_prof_init

Function rdtsc_prof_init

dpdk/app/test/test_red.c:134–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134static void rdtsc_prof_init(struct rdtsc_prof *p, const char *name)
135{
136 p->clk_min = (uint64_t)(-1LL);
137 p->clk_max = 0;
138 p->clk_avg = 0;
139 p->clk_avgc = 0;
140 p->name = name;
141}
142
143static inline void rdtsc_prof_start(struct rdtsc_prof *p)
144{

Callers 2

perf1_testFunction · 0.70
perf2_testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected