Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DPerfettoProfiler.cs57 ulong time = InstructionCountToNs(instructionsCount); in StackFrameAdd()
71 ulong time = InstructionCountToNs(instructionsCount); in StackFramePop()
87 ulong time = InstructionCountToNs(cpu.ExecutedInstructions); in OnContextChange()
130 ulong time = InstructionCountToNs(cpu.ExecutedInstructions); in InterruptEnter()
152 ulong time = InstructionCountToNs(cpu.ExecutedInstructions); in InterruptExit()
224 private ulong InstructionCountToNs(ulong instructionCount) in InstructionCountToNs() method in Antmicro.Renode.Peripherals.CPU.GuestProfiling.PerfettoProfiler