Home
last modified time | relevance | path

Searched defs:ExecutedInstructions (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Profiler/
DProfilerEntry.cs43 private ulong ExecutedInstructions { get; } property in Antmicro.Renode.Logging.Profiling.InstructionEntry
86 ExecutedInstructions, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Mocks/
DEmptyCPU.cs39 public override ulong ExecutedInstructions => 0; field in Antmicro.Renode.UnitTests.Mocks.EmptyCPU
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPU.cs32 ulong ExecutedInstructions { get; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DExternalCPU.cs114 public override ulong ExecutedInstructions => totalExecutedInstructions; field in Antmicro.Renode.Peripherals.CPU.ExternalCPU
DBaseCPU.cs330 public abstract ulong ExecutedInstructions { get; } property in Antmicro.Renode.Peripherals.CPU.BaseCPU
889 ExecutedInstructions = 0, enumerator
DTranslationCPU.cs194 … public override ulong ExecutedInstructions { get {return TlibGetTotalExecutedInstructions(); } } property in Antmicro.Renode.Peripherals.CPU.TranslationCPU
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs163 public override ulong ExecutedInstructions => executedInstructions; field in Antmicro.Renode.Peripherals.CPU.MSP430X