パフォーマンス計測の結果を参照します。【RH850】【E1/E2/E20/Full-spec emulator】
パフォーマンス計測情報のリスト(詳細はPerformanceInfoクラスを参照してください)
>>>pf = debugger.Performance.Get() 1 2030 MaxCount AllFetchCall 2 3000 MinCount AllFetchBranch >>>print pf[0].Count 2030 >>>print pf[0].Mode PerformanceMode.MaxCount >>> |