Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DCollapsedStackProfiler.cs142 private ulong GetInstructionsDelta(ulong currentInstructionsCount) in GetInstructionsDelta() argument
144 currentInstructionsCount += cpu.SkipInstructions + cpu.SkippedInstructions; in GetInstructionsDelta()
145 ulong instructionsElapsed = checked(currentInstructionsCount - lastInstructionsCount); in GetInstructionsDelta()
146 lastInstructionsCount = currentInstructionsCount; in GetInstructionsDelta()