Searched defs:ExecutedInstructions (Results 1 – 7 of 7) sorted by relevance
43 private ulong ExecutedInstructions { get; } property in Antmicro.Renode.Logging.Profiling.InstructionEntry86 ExecutedInstructions, enumerator
39 public override ulong ExecutedInstructions => 0; field in Antmicro.Renode.UnitTests.Mocks.EmptyCPU
32 ulong ExecutedInstructions { get; } property
114 public override ulong ExecutedInstructions => totalExecutedInstructions; field in Antmicro.Renode.Peripherals.CPU.ExternalCPU
330 public abstract ulong ExecutedInstructions { get; } property in Antmicro.Renode.Peripherals.CPU.BaseCPU889 ExecutedInstructions = 0, enumerator
194 … public override ulong ExecutedInstructions { get {return TlibGetTotalExecutedInstructions(); } } property in Antmicro.Renode.Peripherals.CPU.TranslationCPU
163 public override ulong ExecutedInstructions => executedInstructions; field in Antmicro.Renode.Peripherals.CPU.MSP430X