Searched refs:lastInstructionsCount (Results 1 – 1 of 1) sorted by relevance
145 ulong instructionsElapsed = checked(currentInstructionsCount - lastInstructionsCount); in GetInstructionsDelta()146 lastInstructionsCount = currentInstructionsCount; in GetInstructionsDelta()195 private ulong lastInstructionsCount; field in Antmicro.Renode.Peripherals.CPU.GuestProfiling.CollapsedStackProfiler