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

Function rte_graph_cluster_stats_destroy

dpdk/lib/graph/graph_stats.c:388–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388void
389rte_graph_cluster_stats_destroy(struct rte_graph_cluster_stats *stat)
390{
391 return rte_free(stat);
392}
393
394static inline void
395cluster_node_arregate_stats(struct cluster_node *cluster, bool dispatch)

Callers 5

measure_perf_getFunction · 0.85
test_print_statsFunction · 0.85
graph_stats_printFunction · 0.85
print_statsFunction · 0.85

Calls 1

rte_freeFunction · 0.85

Tested by 2

measure_perf_getFunction · 0.68
test_print_statsFunction · 0.68