Home
last modified time | relevance | path

Searched refs:total_calls (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_trace_perf.c21 uint64_t total_calls; member
48 uint64_t total_calls = 0; in measure_perf() local
54 total_calls += data->ldata[workers].total_calls; in measure_perf()
57 cycles = total_calls ? (double)total_cycles / (double)total_calls : 0; in measure_perf()
97 ldata->total_calls++; \
/f-stack/dpdk/lib/librte_graph/
H A Drte_graph_worker.h73 uint64_t total_calls; /**< Calls done to this node. */ member
167 node->total_calls++; in rte_graph_walk()
H A Dgraph_debug.c79 fprintf(f, " total_calls=%" PRId64 "\n", n->total_calls); in rte_graph_obj_dump()
H A Dgraph_stats.c339 calls += node->total_calls; in cluster_node_arregate_stats()