Searched defs:TimeRecord (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/mlir/lib/Pass/ |
D | PassTiming.cpp | 28 struct TimeRecord { struct 29 TimeRecord(double wall = 0.0, double user = 0.0) : wall(wall), user(user) {} in TimeRecord() function 31 TimeRecord &operator+=(const TimeRecord &other) { in operator +=() 39 void print(raw_ostream &os, const TimeRecord &total) { in print() 46 double wall, user;
|
/external/llvm/include/llvm/Support/ |
D | Timer.h | 32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} in TimeRecord() function
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Timer.h | 32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} in TimeRecord() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Timer.h | 32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} in TimeRecord() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Timer.h | 32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} in TimeRecord() function
|
/external/python/cpython2/Mac/Modules/qt/ |
D | qtsupport.py | 194 TimeRecord = OpaqueType("TimeRecord", "QtTimeRecord") variable
|