Searched refs:instructionCount (Results 1 – 2 of 2) sorted by relevance
224 private ulong InstructionCountToNs(ulong instructionCount) in InstructionCountToNs() argument228 return (1000 * instructionCount) / cpu.PerformanceInMips; in InstructionCountToNs()
25 ExecutionResult ExecuteInstructions(int instructionCount, out ulong executedInstructions); in ExecuteInstructions() argument