mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-11-04 03:29:06 +00:00 
			
		
		
		
	
				Store a parsed and built graph of the CLI nodes in vtysh, rather than parsing and building that graph every time vtysh starts up. This provides a 3x to 5x reduction in vtysh startup overhead: `vtysh -c 'configure' -c 'interface lo' -c 'do show version'` - before: 92.9M cycles, 1114 samples - after: 16.5M cycles, 330 samples This improvement is particularly visible for users scripting `vtysh -c` calls, which notably includes topotests. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>  | 
			||
|---|---|---|
| .. | ||
| clippy | ||
| callgraph-dot.py | ||
| clidef.py | ||
| firstheader.py | ||
| makefile.py | ||
| makevars.py | ||
| runtests.py | ||
| test_xrelfo.py | ||
| tiabwarfo.py | ||
| tsexpand.py | ||
| xref2vtysh.py | ||
| xrefstructs.json | ||
| xrelfo.py | ||