Searched refs:TimersToPrint (Results 1 – 2 of 2) sorted by relevance
275 TimersToPrint.emplace_back(T.Time, T.Name); in removeTimer()286 if (FirstTimer || TimersToPrint.empty()) in removeTimer()306 std::sort(TimersToPrint.begin(), TimersToPrint.end()); in PrintQueuedTimers()309 for (auto &RecordNamePair : TimersToPrint) in PrintQueuedTimers()340 for (unsigned i = 0, e = TimersToPrint.size(); i != e; ++i) { in PrintQueuedTimers()341 const std::pair<TimeRecord, std::string> &Entry = TimersToPrint[e-i-1]; in PrintQueuedTimers()350 TimersToPrint.clear(); in PrintQueuedTimers()361 TimersToPrint.emplace_back(T->Time, T->Name); in print()369 if (!TimersToPrint.empty()) in print()
160 std::vector<std::pair<TimeRecord, std::string>> TimersToPrint; variable