Searched refs:getInstructionsExecuted (Results 1 – 2 of 2) sorted by relevance
230 if (Total.getInstructionsExecuted()) in print()231 OS << format("%9" PRId64 " ", (int64_t)getInstructionsExecuted()); in print()391 if (Total.getInstructionsExecuted()) in PrintQueuedTimers()486 if (T.getInstructionsExecuted()) { in printJSONValues()488 printJSONValue(OS, R, ".instr", T.getInstructionsExecuted()); in printJSONValues()
45 uint64_t getInstructionsExecuted() const { return InstructionsExecuted; } in getInstructionsExecuted() function