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