diff options
author | Arthur de Kerhor <arthurdekerhor@gmail.com> | 2021-02-18 03:09:42 -0800 |
---|---|---|
committer | Beno�t Ganne <bganne@cisco.com> | 2021-03-22 09:06:30 +0000 |
commit | 156158f06d725d9301940783dff8ccdcc4a01b9b (patch) | |
tree | 5051962151bf2a0467c22dec48ef85c055e98f63 /src/vlib/threads.c | |
parent | bd8e43dfa045b4aec4ecf4ad3e5503924b5c9c38 (diff) |
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 <arthurdekerhor@gmail.com>
Change-Id: I7ddb7b62b3a141cb03750dca24f044138fcc577f
Diffstat (limited to 'src/vlib/threads.c')
-rw-r--r-- | src/vlib/threads.c | 5 |
1 files changed, 0 insertions, 5 deletions
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); |