Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DExternalCPU.cs40 totalExecutedInstructions = 0; in Reset()
93 totalExecutedInstructions += instructionsExecutedThisRound; in ExecuteInstructions()
114 public override ulong ExecutedInstructions => totalExecutedInstructions;
117 private ulong totalExecutedInstructions; field in Antmicro.Renode.Peripherals.CPU.ExternalCPU