Searched refs:TimeRecord (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Timer.h | 26 class TimeRecord { class 32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} in TimeRecord() function in llvm::TimeRecord 38 static TimeRecord getCurrentTime(bool Start = true); 46 bool operator<(const TimeRecord &T) const { in operator <() 51 void operator+=(const TimeRecord &RHS) { in operator +=() 57 void operator-=(const TimeRecord &RHS) { in operator -=() 66 void print(const TimeRecord &Total, raw_ostream &OS) const; 77 TimeRecord Time; ///< The total time captured. 78 TimeRecord StartTime; ///< The time startTimer() was last called. 130 TimeRecord getTotalTim [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Timer.h | 26 class TimeRecord { class 32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} in TimeRecord() function in llvm::TimeRecord 38 static TimeRecord getCurrentTime(bool Start = true); 46 bool operator<(const TimeRecord &T) const { in operator <() 51 void operator+=(const TimeRecord &RHS) { in operator +=() 57 void operator-=(const TimeRecord &RHS) { in operator -=() 66 void print(const TimeRecord &Total, raw_ostream &OS) const; 77 TimeRecord Time; ///< The total time captured. 78 TimeRecord StartTime; ///< The time startTimer() was last called. 130 TimeRecord getTotalTim [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Timer.cpp | 118 TimeRecord TimeRecord::getCurrentTime(bool Start) { in getCurrentTime() 120 TimeRecord Result; in getCurrentTime() 142 StartTime = TimeRecord::getCurrentTime(true); in startTimer() 148 Time += TimeRecord::getCurrentTime(false); in stopTimer() 155 Time = StartTime = TimeRecord(); in clear() 165 void TimeRecord::print(const TimeRecord &Total, raw_ostream &OS) const { in print() 246 const StringMap<TimeRecord> &Records) in TimerGroup() 306 TimeRecord Tota in PrintQueuedTimers() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Timer.cpp | 120 TimeRecord TimeRecord::getCurrentTime(bool Start) { in getCurrentTime() 122 TimeRecord Result; in getCurrentTime() 143 StartTime = TimeRecord::getCurrentTime(true); in startTimer() 149 Time += TimeRecord::getCurrentTime(false); in stopTimer() 155 Time = StartTime = TimeRecord(); in clear() 165 void TimeRecord::print(const TimeRecord &Total, raw_ostream &OS) const { in print() 297 TimeRecord Total; in PrintQueuedTimers() 384 const TimeRecord in printJSONValues() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTimerTree.cpp | 313 return llvm::TimeRecord::getCurrentTime(false).getWallTime();
|
H A D | IceGlobalContext.cpp | 264 llvm::TimeRecord::getCurrentTime(false).getMemUsed())) { in dump()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-temporal-objects.cc | 100 struct TimeRecord { struct 137 Maybe<TimeRecord> ParseTemporalTimeString(Isolate* isolate, 276 Maybe<TimeRecord> ToTemporalTimeRecord(Isolate* isolate, 1908 Maybe<bool> RegulateTime(Isolate* isolate, TimeRecord* time, in RegulateTime() 1950 TimeRecord result; in ToTemporalTime() 2024 Maybe<TimeRecord> maybe_time_result = in ToTemporalTime() 2042 Maybe<TimeRecord> maybe_result = ParseTemporalTimeString(isolate, string); in ToTemporalTime() 2404 Maybe<TimeRecord> ParseTemporalTimeString(Isolate* isolate, in ParseTemporalTimeString() 2417 Nothing<TimeRecord>()); in ParseTemporalTimeString() 2424 Nothing<TimeRecord>()); in ParseTemporalTimeString() [all...] |
Completed in 12 milliseconds