Searched defs:rte_graph_cluster_node_stats (Results 1 – 1 of 1) sorted by relevance
196 struct rte_graph_cluster_node_stats { struct197 uint64_t ts; /**< Current timestamp. */198 uint64_t calls; /**< Current number of calls made. */200 uint64_t cycles; /**< Current number of cycles. */202 uint64_t prev_ts; /**< Previous call timestamp. */203 uint64_t prev_calls; /**< Previous number of calls. */205 uint64_t prev_cycles; /**< Previous number of cycles. */207 uint64_t realloc_count; /**< Realloc count. */209 rte_node_t id; /**< Node identifier of stats. */210 uint64_t hz; /**< Cycles per seconds. */[all …]