Searched defs:user_time (Results 1 - 5 of 5) sorted by relevance

/external/eigen/bench/btl/generic_bench/timers/
H A Dportable_timer.hh74 double user_time() { return elapsed(); } function in class:Portable_Timer
127 return user_time();
130 double user_time() function in class:Portable_Timer
/external/chromium_org/content/gpu/
H A Dgpu_watchdog_thread.cc294 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/
H A Dprocess_metrics_win.cc201 FILETIME user_time; local
204 &kernel_time, &user_time)) {
210 int64 system_time = (FileTimeToUTC(kernel_time) + FileTimeToUTC(user_time)) /
/external/chromium_org/third_party/webrtc/base/
H A Dcpumonitor.cc184 FILETIME idle_time, kernel_time, user_time; local
185 if (!get_system_times(&idle_time, &kernel_time, &user_time)) {
191 total_times = ToUInt64(kernel_time) + ToUInt64(user_time);
297 FILETIME create_time, exit_time, kernel_time, user_time; local
299 &create_time, &exit_time, &kernel_time, &user_time)) {
307 (ToUInt64(kernel_time) + ToUInt64(user_time));
339 const uint64 cpu_times = (TimeValueTToInt64(task_times_info.user_time) +
341 TimeValueTToInt64(task_term_info.user_time) +
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...

Completed in 285 milliseconds