Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DPerfettoProfiler.cs224 private ulong InstructionCountToNs(ulong instructionCount) in InstructionCountToNs() argument
228 return (1000 * instructionCount) / cpu.PerformanceInMips; in InstructionCountToNs()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_BigNumberAccelerator.cs25 ExecutionResult ExecuteInstructions(int instructionCount, out ulong executedInstructions); in ExecuteInstructions() argument