Searched refs:GetInstructionsDelta (Results 1 – 1 of 1) sorted by relevance
46 var instructionsElapsed = GetInstructionsDelta(instructionsCount); in StackFrameAdd()63 var instructionsElapsed = GetInstructionsDelta(instructionsCount); in StackFramePop()78 var instructionsElapsed = GetInstructionsDelta(cpu.ExecutedInstructions); in OnContextChange()97 var instructionsElapsed = GetInstructionsDelta(cpu.ExecutedInstructions); in InterruptEnter()108 var instructionsElapsed = GetInstructionsDelta(cpu.ExecutedInstructions); in InterruptExit()142 private ulong GetInstructionsDelta(ulong currentInstructionsCount) in GetInstructionsDelta() method in Antmicro.Renode.Peripherals.CPU.GuestProfiling.CollapsedStackProfiler