/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | timer_test.cpp | 33 double UserTime() override { return 0.012723; } in UserTime() function in spvtools::utils::__anon4bbdcb7e0111::MockTimer 94 double UserTime() override { return count_stop_ * 0.012723; } in UserTime() function in spvtools::utils::__anon4bbdcb7e0111::MockCumulativeTimer
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | timer_test.cpp | 33 double UserTime() override { return 0.012723; } in UserTime() function in spvtools::utils::__anon699576440111::MockTimer 94 double UserTime() override { return count_stop_ * 0.012723; } in UserTime() function in spvtools::utils::__anon699576440111::MockCumulativeTimer
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | timer.h | 139 virtual double UserTime() { in UserTime() function 350 double UserTime() override { return usr_time_; } in UserTime() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | timer.h | 139 virtual double UserTime() { in UserTime() function 350 double UserTime() override { return usr_time_; } in UserTime() function
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.h | 15 UInt64 UserTime; member
|
D | Bench.cpp | 496 CUserTime UserTime; member
|
/external/ImageMagick/MagickCore/ |
D | timer.c | 461 static double UserTime(void) in UserTime() function
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Timer.h | 33 double UserTime; // User time elapsed variable
|
/external/llvm/include/llvm/Support/ |
D | Timer.h | 28 double UserTime; // User time elapsed variable
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Timer.h | 28 double UserTime; ///< User time elapsed. variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Timer.h | 29 double UserTime; ///< User time elapsed. variable
|
/external/llvm/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 383 FILETIME CreationTime, ExitTime, KernelTime, UserTime; in main() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 383 FILETIME CreationTime, ExitTime, KernelTime, UserTime; in main() local
|
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 423 FILETIME CreationTime, ExitTime, KernelTime, UserTime; in main() local
|
/external/grpc-grpc/test/cpp/qps/ |
D | driver.cc | 101 static double UserTime(const ClientStats& s) { return s.time_user(); } in UserTime() function
|