Home
last modified time | relevance | path

Searched refs:ExecutedInstructions (Results 1 – 5 of 5) sorted by relevance

/Renode-v1.15.3-c57714d/tests/unit-tests/
Dinstructions-counting.robot60 ${insn_count}= Execute Command cpu ExecutedInstructions
96 …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))"
Darm-performance-monitoring-unit.robot161 ${executedInstructions}= Execute Command cpu ExecutedInstructions
/Renode-v1.15.3-c57714d/src/Renode/Plugins/
DOsTimeSkipHook.cs51 …ranslationCpu.Profiler?.StackFramePop(address, returnAddress, translationCpu.ExecutedInstructions); in SkipTimeHook()
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/
DSystemCCPU.cs113 public override ulong ExecutedInstructions => totalExecutedInstructions; field in Antmicro.Renode.Peripherals.SystemC.SystemCCPU
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedCPU.cs216 public override ulong ExecutedInstructions => totalExecutedInstructions; field in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedCPU