Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs194 … public override ulong ExecutedInstructions { get {return TlibGetTotalExecutedInstructions(); } }
458 return TlibGetTotalExecutedInstructions(); in GetCurrentInstructionsCount()
2025 private Func<ulong> TlibGetTotalExecutedInstructions; field in Antmicro.Renode.Peripherals.CPU.TranslationCPU