HomeSort by relevance Sort by last modified time
    Searched defs:user_time (Results 1 - 13 of 13) sorted by null

  /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
  /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/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/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/ImageMagick/MagickCore/
identify.c 467 user_time;
566 user_time=GetUserTime(&image->timer);
630 (void) FormatLocaleFile(file,"%0.3fu %lu:%02lu.%03lu",user_time,
465 user_time; local
    [all...]
log.c 956 user_time;
981 user_time=GetUserTime(&log_info->timer);
1009 (1000.0*(elapsed_time-floor(elapsed_time))+0.5),user_time,
940 user_time; local
    [all...]
nt-base.c 2670 } user_time; local
    [all...]
  /external/ImageMagick/coders/
json.c 703 user_time;
733 user_time=GetUserTime(&image->timer);
698 user_time; local
    [all...]
  /external/python/cpython3/Modules/
timemodule.c 944 FILETIME creation_time, exit_time, kernel_time, user_time; local
950 ok = GetProcessTimes(process, &creation_time, &exit_time, &kernel_time, &user_time);
957 large.u.LowPart = user_time.dwLowDateTime;
958 large.u.HighPart = user_time.dwHighDateTime;
    [all...]
  /external/ImageMagick/tests/
validate.c 2421 user_time; local
    [all...]
  /external/ImageMagick/MagickWand/
mogrify.c 210 user_time;
290 user_time=GetUserTime(timer);
300 (double) n,(double) iterations,(double) iterations/parallel,e,user_time,
206 user_time; local
    [all...]

Completed in 500 milliseconds