Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
388
void
389
rte_graph_cluster_stats_destroy(struct rte_graph_cluster_stats *stat)
390
{
391
return rte_free(stat);
392
}
393
394
static inline void
395
cluster_node_arregate_stats(struct cluster_node *cluster, bool dispatch)
Callers
5
measure_perf_get
Function · 0.85
test_print_stats
Function · 0.85
graph_stats_print_to_file
Function · 0.85
graph_stats_print
Function · 0.85
print_stats
Function · 0.85
Calls
1
rte_free
Function · 0.85
Tested by
2
measure_perf_get
Function · 0.68
test_print_stats
Function · 0.68