Searched refs:user_time (Results 1 – 11 of 11) 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()
32 time_value_add(&thread_info_data.user_time, &thread_info_data.system_time) in macCpuTime()33 return thread_info_data.user_time; in macCpuTime()
70 unsigned time = info.user_time.seconds * 1000 + info.user_time.microseconds / 1000; in getCPUTime()
58 TimeValue& user_time,
85 TimeValue& elapsed, TimeValue& user_time, TimeValue& sys_time)95 user_time.seconds( UserTime / 10000000 );96 user_time.nanoseconds( unsigned(UserTime % 10000000) * 100 );
110 Process::GetTimeUsage(TimeValue& elapsed, TimeValue& user_time,117 user_time = TimeValue(127 user_time.seconds(0);128 user_time.microseconds(0);
101 double time=chronos.user_time(); in calculate()
749 FILETIME user_time; in GetCPUUsage() local754 &kernel_time, &user_time)) { in GetCPUUsage()760 int64 system_time = (FileTimeToUTC(kernel_time) + FileTimeToUTC(user_time)) / in GetCPUUsage()
413 TIME_VALUE_TO_TIMEVAL(&thread_info_data.user_time, &user_timeval);418 TIME_VALUE_TO_TIMEVAL(&task_info_data.user_time, &user_timeval);