Searched refs:user_time (Results 1 – 13 of 13) sorted by relevance
74 double user_time() { return elapsed(); } in user_time() function in Portable_Timer127 return user_time(); in elapsed()130 double user_time() in user_time() function in Portable_Timer
104 return _chronos.user_time(); in time_init()118 return _chronos.user_time(); in time_calculate()
86 return _chronos.user_time(); in time_calculate()
26 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()
197 …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()
282 TIME_VALUE_TO_TIMEVAL(&basic_info.user_time, &thread_tv); in get_threads_profile_data()338 TIME_VALUE_TO_TIMEVAL(&task_info.user_time, ¤t_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()
68 FILETIME creation_time, exit_time, kernel_time, user_time; in Initialize() local70 &kernel_time, &user_time)) { in Initialize()
63 static void GetTimeUsage(TimeValue &elapsed, TimeValue &user_time,
101 double time=chronos.user_time(); in calculate()
437 basic_info->user_time.seconds, basic_info->user_time.microseconds, in main()
96 void Process::GetTimeUsage(TimeValue &elapsed, TimeValue &user_time,105 user_time = getTimeValueFromFILETIME(UserTime);
124 void Process::GetTimeUsage(TimeValue &elapsed, TimeValue &user_time,127 std::tie(user_time, sys_time) = getRUsageTimes();
META-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts ...