HomeSort by relevance Sort by last modified time
    Searched refs:user_time (Results 1 - 12 of 12) 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/skia/bench/
BenchSysTimer_mach.cpp 32 time_value_add(&thread_info_data.user_time, &thread_info_data.system_time)
33 return thread_info_data.user_time;
  /external/chromium_org/content/gpu/
gpu_watchdog_thread.cc 267 FILETIME user_time; local
273 &user_time);
277 user_time64.HighPart = user_time.dwHighDateTime;
278 user_time64.LowPart = user_time.dwLowDateTime;
  /external/llvm/include/llvm/Support/
Process.h 147 /// This static function will set \p user_time to the amount of CPU time
153 /// \param user_time Returns the current amount of user time for the process
155 static void GetTimeUsage(TimeValue &elapsed, TimeValue &user_time,
  /external/chromium_org/third_party/libjingle/source/talk/base/
cpumonitor.cc 200 FILETIME idle_time, kernel_time, user_time; local
201 if (!get_system_times(&idle_time, &kernel_time, &user_time)) {
207 total_times = ToUInt64(kernel_time) + ToUInt64(user_time);
303 FILETIME create_time, exit_time, kernel_time, user_time; local
305 &create_time, &exit_time, &kernel_time, &user_time)) {
313 (ToUInt64(kernel_time) + ToUInt64(user_time));
345 const uint64 cpu_times = (TimeValueTToInt64(task_times_info.user_time) +
347 TimeValueTToInt64(task_term_info.user_time) +
  /external/chromium_org/base/process/
process_metrics_win.cc 202 FILETIME user_time; local
207 &kernel_time, &user_time)) {
213 int64 system_time = (FileTimeToUTC(kernel_time) + FileTimeToUTC(user_time)) /
process_metrics_mac.cc 243 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval);
248 TIME_VALUE_TO_TIMEVAL(&task_info_data.user_time, &user_timeval);
  /external/eigen/bench/btl/actions/
action_lu_solve.hh 101 double time=chronos.user_time();
  /external/chromium/base/
process_util_win.cc 749 FILETIME user_time; local
754 &kernel_time, &user_time)) {
760 int64 system_time = (FileTimeToUTC(kernel_time) + FileTimeToUTC(user_time)) /
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 

Completed in 1100 milliseconds