Searched defs:TimeRecord (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/frameworks/native/services/surfaceflinger/TimeStats/ |
H A D | TimeStats.h | 200 struct TimeRecord { struct 218 TimeRecord prevTimeRecord; argument
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | Timer.h | 32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} in TimeRecord() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | Timer.h | 32 TimeRecord() in TimeRecord() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Timer.h | 32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} in TimeRecord() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Timer.h | 32 TimeRecord() : WallTime(0), UserTime(0), SystemTime(0), MemUsed(0) {} in TimeRecord() function
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/qt/ |
D | qtsupport.py | 194 TimeRecord = OpaqueType("TimeRecord", "QtTimeRecord") variable
|