From 156158f06d725d9301940783dff8ccdcc4a01b9b Mon Sep 17 00:00:00 2001 From: Arthur de Kerhor Date: Thu, 18 Feb 2021 03:09:42 -0800 Subject: vlib: graphviz upgrade to allow filters Possibility to draw only the active nodes on the graph. These are scaled and colored according to their utilization. Type: improvement Signed-off-by: Arthur de Kerhor Change-Id: I7ddb7b62b3a141cb03750dca24f044138fcc577f --- src/vlib/threads.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/vlib/threads.c') diff --git a/src/vlib/threads.c b/src/vlib/threads.c index 48e1bab8a66..dd7de73ad8c 100644 --- a/src/vlib/threads.c +++ b/src/vlib/threads.c @@ -998,11 +998,6 @@ worker_thread_node_runtime_update_internal (void) vlib_node_main_t *nm, *nm_clone; vlib_main_t *vm_clone; vlib_node_runtime_t *rt; - never_inline void - vlib_node_runtime_sync_stats (vlib_main_t * vm, - vlib_node_runtime_t * r, - uword n_calls, - uword n_vectors, uword n_clocks); ASSERT (vlib_get_thread_index () == 0); -- cgit 1.2.3-korg