Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DCollapsedStackProfiler.cs46 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