Home
last modified time | relevance | path

Searched refs:totalExecutedInstructions (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/
DSystemCCPU.cs42 totalExecutedInstructions += numberOfInstructionsToExecute; in ExecuteInstructions()
108 totalExecutedInstructions = 0; in Reset()
113 public override ulong ExecutedInstructions => totalExecutedInstructions;
122 private ulong totalExecutedInstructions; field in Antmicro.Renode.Peripherals.SystemC.SystemCCPU
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedCPU.cs63 totalExecutedInstructions = 0; in Reset()
161 totalExecutedInstructions += instructionsExecutedThisRound; in ExecuteInstructions()
216 public override ulong ExecutedInstructions => totalExecutedInstructions;
312 private ulong totalExecutedInstructions; field in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedCPU