Searched refs:totalExecutedInstructions (Results 1 – 2 of 2) sorted by relevance
42 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
63 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