Example #1
0
 def print_perf_fib(self):
     perf.ViewFibCmd(self.cli_opts).run()
Example #2
0
    def fib(cli_opts):  # noqa: B902
        ''' View latest perf log of fib module from this node '''

        perf.ViewFibCmd(cli_opts).run()