Searched refs:currentInstructionsCount (Results 1 – 1 of 1) sorted by relevance
142 private ulong GetInstructionsDelta(ulong currentInstructionsCount) in GetInstructionsDelta() argument144 currentInstructionsCount += cpu.SkipInstructions + cpu.SkippedInstructions; in GetInstructionsDelta()145 ulong instructionsElapsed = checked(currentInstructionsCount - lastInstructionsCount); in GetInstructionsDelta()146 lastInstructionsCount = currentInstructionsCount; in GetInstructionsDelta()