Home
last modified time | relevance | path

Searched refs:user_time (Results 1 – 13 of 13) 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/tools/timer/
DSysTimer_mach.cpp26 time_value_add(&thread_info_data.user_time, &thread_info_data.system_time) in mac_cpu_time()
27 return thread_info_data.user_time; in mac_cpu_time()
/external/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp197 …float user = (float)basicInfo.user_time.seconds + (float)basicInfo.user_time.microseconds / 100000… in GetBasicInfoAsString()
198 …float system = (float)basicInfo.user_time.seconds + (float)basicInfo.user_time.microseconds / 1000… in GetBasicInfoAsString()
369 m_basic_info.user_time.seconds, m_basic_info.user_time.microseconds, in Dump()
DMachTask.cpp282 TIME_VALUE_TO_TIMEVAL(&basic_info.user_time, &thread_tv); in get_threads_profile_data()
338 TIME_VALUE_TO_TIMEVAL(&task_info.user_time, &current_used_time); in GetProfileData()
539 … float user = (float)info->user_time.seconds + (float)info->user_time.microseconds / 1000000.0f; in BasicInfo()
540 … float system = (float)info->user_time.seconds + (float)info->user_time.microseconds / 1000000.0f; in BasicInfo()
/external/google-breakpad/src/client/windows/crash_generation/
Dclient_info.cc68 FILETIME creation_time, exit_time, kernel_time, user_time; in Initialize() local
70 &kernel_time, &user_time)) { in Initialize()
/external/llvm/include/llvm/Support/
DProcess.h63 static void GetTimeUsage(TimeValue &elapsed, TimeValue &user_time,
/external/eigen/bench/btl/actions/
Daction_lu_solve.hh101 double time=chronos.user_time(); in calculate()
/external/lldb/tools/darwin-threads/
Dexamine-threads.c437 basic_info->user_time.seconds, basic_info->user_time.microseconds, in main()
/external/llvm/lib/Support/Windows/
DProcess.inc96 void Process::GetTimeUsage(TimeValue &elapsed, TimeValue &user_time,
105 user_time = getTimeValueFromFILETIME(UserTime);
/external/llvm/lib/Support/Unix/
DProcess.inc124 void Process::GetTimeUsage(TimeValue &elapsed, TimeValue &user_time,
127 std::tie(user_time, sys_time) = getRUsageTimes();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts ...