Searched refs:InstructionCountToNs (Results 1 – 1 of 1) sorted by relevance
57 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