Searched refs:TimeRecord (Results 1 – 8 of 8) sorted by relevance
25 class TimeRecord {32 TimeRecord() in TimeRecord() function40 static TimeRecord getCurrentTime(bool Start = true);49 bool operator<(const TimeRecord &T) const {54 void operator+=(const TimeRecord &RHS) {61 void operator-=(const TimeRecord &RHS) {71 void print(const TimeRecord &Total, raw_ostream &OS) const;82 TimeRecord Time; ///< The total time captured.83 TimeRecord StartTime; ///< The time startTimer() was last called.135 TimeRecord getTotalTime() const { return Time; } in getTotalTime()[all …]
168 TimeRecord TimeRecord::getCurrentTime(bool Start) { in getCurrentTime()170 TimeRecord Result; in getCurrentTime()194 StartTime = TimeRecord::getCurrentTime(true); in startTimer()200 Time += TimeRecord::getCurrentTime(false); in stopTimer()207 Time = StartTime = TimeRecord(); in clear()217 void TimeRecord::print(const TimeRecord &Total, raw_ostream &OS) const { in print()300 const StringMap<TimeRecord> &Records) in TimerGroup()362 TimeRecord Total; in PrintQueuedTimers()476 const TimeRecord &T = R.Time; in printJSONValues()
184 void DisplayTime(llvm::TimeRecord &Time) { in DisplayTime()680 llvm::TimeRecord CheckerStartTime; in HandleCode()688 llvm::TimeRecord CheckerEndTime = SyntaxCheckTimer->getTotalTime(); in HandleCode()722 llvm::TimeRecord ExprEngineStartTime; in RunPathSensitiveChecks()731 llvm::TimeRecord ExprEngineEndTime = ExprEngineTimer->getTotalTime(); in RunPathSensitiveChecks()
131 Profiling(llvm::StringMap<llvm::TimeRecord> &Records) in Profiling()135 llvm::StringMap<llvm::TimeRecord> &Records;
703 const llvm::TimeRecord &StartTime = llvm::TimeRecord::getCurrentTime(); in clang_codeCompleteAt_Impl()780 const llvm::TimeRecord &EndTime = llvm::TimeRecord::getCurrentTime(); in clang_codeCompleteAt_Impl()
9504 static llvm::TimeRecord sBeginTR = llvm::TimeRecord::getCurrentTime(); in ~Logger()9515 llvm::TimeRecord TR = llvm::TimeRecord::getCurrentTime(); in ~Logger()
993 void setBucket(llvm::TimeRecord *NewBucket) { in setBucket()995 auto Now = llvm::TimeRecord::getCurrentTime(true); in setBucket()1005 llvm::TimeRecord *Bucket;1308 llvm::StringMap<llvm::TimeRecord> TimeByBucket;
108 using llvm::TimeRecord;114 TimeRecord Start;120 Start = TimeRecord::getCurrentTime(); in SimpleTimer()125 TimeRecord Elapsed = TimeRecord::getCurrentTime(); in ~SimpleTimer()