Home
last modified time | relevance | path

Searched refs:user_time (Results 1 – 11 of 11) sorted by relevance

/external/eigen/bench/btl/generic_bench/timers/
Dportable_timer.hh74 double user_time() { return elapsed(); } in user_time() function in Portable_Timer
127 return user_time(); in elapsed()
130 double user_time() in user_time() function in Portable_Timer
Dportable_perf_analyzer_old.hh104 return _chronos.user_time(); in time_init()
118 return _chronos.user_time(); in time_calculate()
Dportable_perf_analyzer.hh86 return _chronos.user_time(); in time_calculate()
/external/skia/bench/
DBenchSysTimer_mach.cpp32 time_value_add(&thread_info_data.user_time, &thread_info_data.system_time) in macCpuTime()
33 return thread_info_data.user_time; in macCpuTime()
/external/webkit/Source/JavaScriptCore/runtime/
DTimeoutChecker.cpp70 unsigned time = info.user_time.seconds * 1000 + info.user_time.microseconds / 1000; in getCPUTime()
/external/llvm/include/llvm/Support/
DProcess.h58 TimeValue& user_time,
/external/llvm/lib/Support/Windows/
DProcess.inc85 TimeValue& elapsed, TimeValue& user_time, TimeValue& sys_time)
95 user_time.seconds( UserTime / 10000000 );
96 user_time.nanoseconds( unsigned(UserTime % 10000000) * 100 );
/external/llvm/lib/Support/Unix/
DProcess.inc110 Process::GetTimeUsage(TimeValue& elapsed, TimeValue& user_time,
117 user_time = TimeValue(
127 user_time.seconds(0);
128 user_time.microseconds(0);
/external/eigen/bench/btl/actions/
Daction_lu_solve.hh101 double time=chronos.user_time(); in calculate()
/external/chromium/base/
Dprocess_util_win.cc749 FILETIME user_time; in GetCPUUsage() local
754 &kernel_time, &user_time)) { in GetCPUUsage()
760 int64 system_time = (FileTimeToUTC(kernel_time) + FileTimeToUTC(user_time)) / in GetCPUUsage()
Dprocess_util_mac.mm413 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval);
418 TIME_VALUE_TO_TIMEVAL(&task_info_data.user_time, &user_timeval);