/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/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); 310 FILETIME create_time, exit_time, kernel_time, user_time; local 312 &create_time, &exit_time, &kernel_time, &user_time)) { 320 (ToUInt64(kernel_time) + ToUInt64(user_time)); 352 const uint64 cpu_times = (TimeValueTToInt64(task_times_info.user_time) + 354 TimeValueTToInt64(task_term_info.user_time) +
|
/external/chromium_org/content/gpu/ |
gpu_watchdog_thread.cc | 294 FILETIME user_time; local 300 &user_time); 304 user_time64.HighPart = user_time.dwHighDateTime; 305 user_time64.LowPart = user_time.dwLowDateTime;
|
/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_org/base/time/ |
time_mac.cc | 90 return (thread_info_data.user_time.seconds * 92 thread_info_data.user_time.microseconds;
|
/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 | |