Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DCollapsedStackProfiler.cs145 ulong instructionsElapsed = checked(currentInstructionsCount - lastInstructionsCount); in GetInstructionsDelta()
146 lastInstructionsCount = currentInstructionsCount; in GetInstructionsDelta()
195 private ulong lastInstructionsCount; field in Antmicro.Renode.Peripherals.CPU.GuestProfiling.CollapsedStackProfiler