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

Function rdtsc_prof_init

dpdk/app/test/test_pie.c:123–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123static void rdtsc_prof_init(struct rdtsc_prof *p, const char *name)
124{
125 p->clk_min = (uint64_t)(-1LL);
126 p->clk_max = 0;
127 p->clk_avg = 0;
128 p->clk_avgc = 0;
129 p->name = name;
130}
131
132static inline void rdtsc_prof_start(struct rdtsc_prof *p)
133{

Callers 2

perf_testFunction · 0.70
perf_test2Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected