Searched refs:InstructionsExecuted (Results 1 – 2 of 2) sorted by relevance
30 uint64_t InstructionsExecuted = 0; ///< Number of instructions executed variable45 uint64_t getInstructionsExecuted() const { return InstructionsExecuted; } in getInstructionsExecuted()57 InstructionsExecuted += RHS.InstructionsExecuted;64 InstructionsExecuted -= RHS.InstructionsExecuted;
176 Result.InstructionsExecuted = getCurInstructionsExecuted(); in getCurrentTime()180 Result.InstructionsExecuted = getCurInstructionsExecuted(); in getCurrentTime()