Searched refs:PrintRecord (Results 1 – 2 of 2) sorted by relevance
177 struct PrintRecord { struct182 PrintRecord(const PrintRecord &Other) = default; argument183 PrintRecord &operator=(const PrintRecord &Other) = default; argument184 PrintRecord(const TimeRecord &Time, const std::string &Name, in PrintRecord() function188 bool operator <(const PrintRecord &Other) const {195 std::vector<PrintRecord> TimersToPrint;251 void printJSONValue(raw_ostream &OS, const PrintRecord &R,
338 for (const PrintRecord &Record : TimersToPrint) in PrintQueuedTimers()371 for (const PrintRecord &Record : make_range(TimersToPrint.rbegin(), in PrintQueuedTimers()433 void TimerGroup::printJSONValue(raw_ostream &OS, const PrintRecord &R, in printJSONValue()448 for (const PrintRecord &R : TimersToPrint) { in printJSONValues()