Searched refs:ExecutedInstructions (Results 1 – 5 of 5) sorted by relevance
60 ${insn_count}= Execute Command cpu ExecutedInstructions96 …kEnd "cpu.Log(LogLevel.Info, 'BlockEnd Hook: Executed {0} Instructions', cpu.ExecutedInstructions)"104 … 'BlockEnd hook at PC: {} with {} executed instructions'.format(cpu.PC, cpu.ExecutedInstructions))"122 … 'self.Log(LogLevel.Info, "ENTER WFI - instructions count = {}".format(self.ExecutedInstructions))'145 …BlockBegin hook at PC: {} with {} executed instructions'.format(cpu.PC, cpu.ExecutedInstructions))"
161 ${executedInstructions}= Execute Command cpu ExecutedInstructions
51 …ranslationCpu.Profiler?.StackFramePop(address, returnAddress, translationCpu.ExecutedInstructions); in SkipTimeHook()
113 public override ulong ExecutedInstructions => totalExecutedInstructions; field in Antmicro.Renode.Peripherals.SystemC.SystemCCPU
216 public override ulong ExecutedInstructions => totalExecutedInstructions; field in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedCPU