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

  /external/eigen/bench/btl/generic_bench/timers/
portable_timer.hh 74 double user_time() { return elapsed(); } function in class:Portable_Timer
127 return user_time();
130 double user_time() function in class:Portable_Timer
portable_perf_analyzer_old.hh 104 return _chronos.user_time();
118 return _chronos.user_time();
portable_perf_analyzer.hh 86 return _chronos.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/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/google-benchmark/src/
sysinfo.cc 304 FILETIME user_time;
307 GetProcessTimes(proc, &creation_time, &exit_time, &kernel_time, &user_time);
310 user.HighPart = user_time.dwHighDateTime;
311 user.LowPart = user_time.dwLowDateTime;
  /external/eigen/bench/btl/actions/
action_lu_solve.hh 101 double time=chronos.user_time();
  /external/libchrome/base/time/
time_mac.cc 95 thread_info_data.user_time.seconds);
97 absolute_micros += thread_info_data.user_time.microseconds;
  /external/libchrome/base/process/
process_metrics_mac.cc 278 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval);
283 TIME_VALUE_TO_TIMEVAL(&task_info_data.user_time, &user_timeval);
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/
platform_CompressedSwapPerf.py 228 @return: A tuple (wall_time, user_time, sys_time, fault_count)
238 user_time = result_unpacked[1]
242 return (wall_time, user_time, sys_time, fault_count)
  /external/ImageMagick/MagickCore/
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...]
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...]
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/ImageMagick/tests/
validate.c 2421 user_time; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /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 354 milliseconds