Searched refs:getInstructionsExecuted (Results 1 – 2 of 2) sorted by relevance
205 if (Total.getInstructionsExecuted()) in print()206 OS << format("%9" PRId64 " ", (int64_t)getInstructionsExecuted()); in print()366 if (Total.getInstructionsExecuted()) in PrintQueuedTimers()462 if (T.getInstructionsExecuted()) { in printJSONValues()464 printJSONValue(OS, R, ".instr", T.getInstructionsExecuted()); in printJSONValues()
48 uint64_t getInstructionsExecuted() const { return InstructionsExecuted; } in getInstructionsExecuted() function