Searched refs:InstructionsExecuted (Results 1 – 2 of 2) sorted by relevance
33 uint64_t InstructionsExecuted = 0; ///< Number of instructions executed variable48 uint64_t getInstructionsExecuted() const { return InstructionsExecuted; } in getInstructionsExecuted()60 InstructionsExecuted += RHS.InstructionsExecuted;67 InstructionsExecuted -= RHS.InstructionsExecuted;
135 Result.InstructionsExecuted = getCurInstructionsExecuted(); in getCurrentTime()139 Result.InstructionsExecuted = getCurInstructionsExecuted(); in getCurrentTime()