コード例 #1
0
 def get_nbar_profiling_stats (self):
     response = self.cmd_link.run_single_command("show platform hardware qfp active feature nbar profiling")
     return CShowParser.parse_nbar_profiling_stats(response)
コード例 #2
0
ファイル: CPlatform.py プロジェクト: wlm328cs/trex
 def get_nbar_profiling_stats (self):
     response = self.cmd_link.run_single_command("show platform hardware qfp active feature nbar profiling")
     return CShowParser.parse_nbar_profiling_stats(response)