Home
last modified time | relevance | path

Searched defs:UserTime (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/test/
Dtimer_test.cpp33 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/
Dtimer_test.cpp33 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/
Dtimer.h139 virtual double UserTime() { in UserTime() function
350 double UserTime() override { return usr_time_; } in UserTime() function
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dtimer.h139 virtual double UserTime() { in UserTime() function
350 double UserTime() override { return usr_time_; } in UserTime() function
/external/lzma/CPP/7zip/UI/Common/
DBench.h15 UInt64 UserTime; member
DBench.cpp496 CUserTime UserTime; member
/external/ImageMagick/MagickCore/
Dtimer.c461 static double UserTime(void) in UserTime() function
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTimer.h33 double UserTime; // User time elapsed variable
/external/llvm/include/llvm/Support/
DTimer.h28 double UserTime; // User time elapsed variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimer.h28 double UserTime; ///< User time elapsed. variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DTimer.h29 double UserTime; ///< User time elapsed. variable
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp383 FILETIME CreationTime, ExitTime, KernelTime, UserTime; in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp383 FILETIME CreationTime, ExitTime, KernelTime, UserTime; in main() local
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
DKillTheDoctor.cpp423 FILETIME CreationTime, ExitTime, KernelTime, UserTime; in main() local
/external/grpc-grpc/test/cpp/qps/
Ddriver.cc101 static double UserTime(const ClientStats& s) { return s.time_user(); } in UserTime() function