HomeSort by relevance Sort by last modified time
    Searched full:user_time (Results 1 - 25 of 49) sorted by null

1 2

  /external/google-benchmark/src/
timers.cc 66 double MakeTime(FILETIME const& kernel_time, FILETIME const& user_time) {
71 user.HighPart = user_time.dwHighDateTime;
72 user.LowPart = user_time.dwLowDateTime;
87 return (static_cast<double>(info.user_time.seconds) +
88 static_cast<double>(info.user_time.microseconds) * 1e-6 +
112 FILETIME user_time; local
114 &user_time))
115 return MakeTime(kernel_time, user_time);
143 FILETIME user_time; local
145 &user_time);
    [all...]
  /external/libcxx/utils/google-benchmark/src/
timers.cc 66 double MakeTime(FILETIME const& kernel_time, FILETIME const& user_time) {
71 user.HighPart = user_time.dwHighDateTime;
72 user.LowPart = user_time.dwLowDateTime;
87 return (static_cast<double>(info.user_time.seconds) +
88 static_cast<double>(info.user_time.microseconds) * 1e-6 +
112 FILETIME user_time; local
114 &user_time))
115 return MakeTime(kernel_time, user_time);
143 FILETIME user_time; local
145 &user_time);
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
timers.cc 66 double MakeTime(FILETIME const& kernel_time, FILETIME const& user_time) {
71 user.HighPart = user_time.dwHighDateTime;
72 user.LowPart = user_time.dwLowDateTime;
87 return (static_cast<double>(info.user_time.seconds) +
88 static_cast<double>(info.user_time.microseconds) * 1e-6 +
112 FILETIME user_time; local
114 &user_time))
115 return MakeTime(kernel_time, user_time);
143 FILETIME user_time; local
145 &user_time);
    [all...]
  /external/eigen/bench/btl/generic_bench/timers/
portable_timer.hh 74 double user_time() { return elapsed(); } function in class:Portable_Timer
117 return user_time();
120 double user_time() function in class:Portable_Timer
169 return user_time();
172 double user_time() function in class:Portable_Timer
portable_perf_analyzer_old.hh 104 return _chronos.user_time();
118 return _chronos.user_time();
  /cts/hostsidetests/sustainedperf/dhrystone/
dhry_1.c 65 User_Time;
186 User_Time = End_Time - Begin_Time;
188 if (User_Time < Too_Small_Time)
197 Microseconds = (float) User_Time * Mic_secs_Per_Second
199 Dhrystones_Per_Second = (float) Number_Of_Runs / (float) User_Time;
201 Microseconds = (float) User_Time * Mic_secs_Per_Second
204 / (float) User_Time;
  /external/perfetto/include/perfetto/base/
time.h 89 return TimeNanos(info.user_time.seconds * 1000000000LL +
90 info.user_time.microseconds * 1000LL +
  /external/toolchain-utils/bestflags/examples/omnetpp/
build_omnetpp 55 user_time=$(cat build_timer$file | grep "user" | cut -d "u" -f 1)
64 echo $checksum $user_time $output_file $file_size $size
  /external/swiftshader/third_party/LLVM/lib/Support/Windows/
Process.inc 85 TimeValue& elapsed, TimeValue& user_time, TimeValue& sys_time)
95 user_time.seconds( UserTime / 10000000 );
96 user_time.nanoseconds( unsigned(UserTime % 10000000) * 100 );
  /external/swiftshader/third_party/LLVM/lib/Support/Unix/
Process.inc 109 Process::GetTimeUsage(TimeValue& elapsed, TimeValue& user_time,
116 user_time = TimeValue(
126 user_time.seconds(0);
127 user_time.microseconds(0);
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
hog.c 42 uint64_t user_time; member in struct:PokeResult
193 result.user_time = DiffTimeval(usage_start.ru_utime,
  /external/google-breakpad/src/client/windows/crash_generation/
client_info.cc 68 FILETIME creation_time, exit_time, kernel_time, user_time; local
70 &kernel_time, &user_time)) {
  /external/llvm/include/llvm/Support/
Process.h 55 /// This static function will set \p user_time to the amount of CPU time
61 /// \param user_time Returns the current amount of user time for the process
63 static void GetTimeUsage(TimeValue &elapsed, TimeValue &user_time,
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Process.h 55 /// This static function will set \p user_time to the amount of CPU time
61 /// \param user_time Returns the current amount of user time for the process
64 std::chrono::nanoseconds &user_time,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Process.h 55 /// This static function will set \p user_time to the amount of CPU time
61 /// \param user_time Returns the current amount of user time for the process
64 std::chrono::nanoseconds &user_time,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Process.h 55 /// This static function will set \p user_time to the amount of CPU time
61 /// \param user_time Returns the current amount of user time for the process
64 std::chrono::nanoseconds &user_time,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Process.h 55 /// This static function will set \p user_time to the amount of CPU time
61 /// \param user_time Returns the current amount of user time for the process
64 std::chrono::nanoseconds &user_time,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Process.h 55 /// This static function will set \p user_time to the amount of CPU time
61 /// \param user_time Returns the current amount of user time for the process
64 std::chrono::nanoseconds &user_time,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Process.h 55 /// This static function will set \p user_time to the amount of CPU time
61 /// \param user_time Returns the current amount of user time for the process
64 std::chrono::nanoseconds &user_time,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Process.h 55 /// This static function will set \p user_time to the amount of CPU time
61 /// \param user_time Returns the current amount of user time for the process
64 std::chrono::nanoseconds &user_time,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Process.h 55 /// This static function will set \p user_time to the amount of CPU time
61 /// \param user_time Returns the current amount of user time for the process
64 std::chrono::nanoseconds &user_time,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Process.h 55 /// This static function will set \p user_time to the amount of CPU time
61 /// \param user_time Returns the current amount of user time for the process
64 std::chrono::nanoseconds &user_time,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Process.h 55 /// This static function will set \p user_time to the amount of CPU time
61 /// \param user_time Returns the current amount of user time for the process
64 std::chrono::nanoseconds &user_time,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Process.h 55 /// This static function will set \p user_time to the amount of CPU time
61 /// \param user_time Returns the current amount of user time for the process
64 std::chrono::nanoseconds &user_time,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Process.h 55 /// This static function will set \p user_time to the amount of CPU time
61 /// \param user_time Returns the current amount of user time for the process
64 std::chrono::nanoseconds &user_time,

Completed in 1142 milliseconds

1 2