HomeSort by relevance Sort by last modified time
    Searched refs:user_time (Results 1 - 16 of 16) 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/chromium_org/third_party/skia/tools/timer/
SysTimer_mach.cpp 26 time_value_add(&thread_info_data.user_time, &thread_info_data.system_time)
27 return thread_info_data.user_time;
  /external/chromium_org/third_party/webrtc/base/
cpumonitor.cc 184 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/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/llvm/include/llvm/Support/
Process.h 153 /// This static function will set \p user_time to the amount of CPU time
159 /// \param user_time Returns the current amount of user time for the process
161 static void GetTimeUsage(TimeValue &elapsed, TimeValue &user_time,
  /external/lldb/tools/debugserver/source/MacOSX/
MachThread.cpp 197 float user = (float)basicInfo.user_time.seconds + (float)basicInfo.user_time.microseconds / 1000000.0f;
198 float system = (float)basicInfo.user_time.seconds + (float)basicInfo.user_time.microseconds / 1000000.0f;
369 m_basic_info.user_time.seconds, m_basic_info.user_time.microseconds,
MachTask.cpp 282 TIME_VALUE_TO_TIMEVAL(&basic_info.user_time, &thread_tv);
338 TIME_VALUE_TO_TIMEVAL(&task_info.user_time, &current_used_time);
539 float user = (float)info->user_time.seconds + (float)info->user_time.microseconds / 1000000.0f;
540 float system = (float)info->user_time.seconds + (float)info->user_time.microseconds / 1000000.0f;
541 DNBLogThreaded ("task_basic_info = { suspend_count = %i, virtual_size = 0x%8.8llx, resident_size = 0x%8.8llx, user_time = %f, system_time = %f }",
    [all...]
  /external/chromium_org/base/process/
process_metrics_win.cc 201 FILETIME user_time; local
204 &kernel_time, &user_time)) {
210 int64 system_time = (FileTimeToUTC(kernel_time) + FileTimeToUTC(user_time)) /
process_metrics_mac.cc 254 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval);
259 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 91 return (thread_info_data.user_time.seconds *
93 thread_info_data.user_time.microseconds;
  /external/chromium_org/tools/memory_inspector/memory_inspector/backends/
android_backend_unittest.py 67 "name": "foo", "n_threads": 42, "start_time": 1000000, "user_time": 82,
70 "name": "bar", "n_threads": 142, "start_time": 1, "user_time": 82,
  /external/lldb/tools/darwin-threads/
examine-threads.c 437 basic_info->user_time.seconds, basic_info->user_time.microseconds,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 

Completed in 1374 milliseconds