Searched refs:user_time (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DProcess.h50 /// This static function will set \p user_time to the amount of CPU time
58 TimeValue& user_time,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Unix/
H A DProcess.inc110 Process::GetTimeUsage(TimeValue& elapsed, TimeValue& user_time,
117 user_time = TimeValue(
127 user_time.seconds(0);
128 user_time.microseconds(0);
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dtask_info.h101 time_value_t user_time; /* total user run time for member in struct:task_basic_info_32
117 time_value_t user_time; /* total user run time for member in struct:task_basic_info_64
137 time_value_t user_time; /* total user run time for member in struct:task_basic_info
177 time_value_t user_time; /* total user run time for member in struct:task_thread_times_info
270 time_value_t user_time; /* total user run time for member in struct:mach_task_basic_info
H A Dthread_info.h93 time_value_t user_time; /* user run time */ member in struct:thread_basic_info
/macosx-10.10.1/adv_cmds-158/ps/
H A Dprint.c821 total_time = k->tasks_info.user_time;
824 time_value_add(&total_time, &k->times.user_time);
851 time_value_t user_time; local
856 user_time = k->tasks_info.user_time;
857 time_value_add(&user_time, &k->times.user_time);
859 user_time = k->thval[print_thread_num].tb.user_time;
861 user_time
[all...]
/macosx-10.10.1/libauto-186/
H A Dauto_impl_utilities.h155 time_value_t user_time;
171 return ((auto_date_t)myinfo.user_time.seconds*(auto_date_t)1000000) + (auto_date_t)myinfo.user_time.microseconds +
H A DStatistics.h105 return (int64_t)myinfo.user_time.seconds*1000000 + (int64_t)myinfo.user_time.microseconds;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Windows/
H A DProcess.inc85 TimeValue& elapsed, TimeValue& user_time, TimeValue& sys_time)
95 user_time.seconds( UserTime / 10000000 );
96 user_time.nanoseconds( unsigned(UserTime % 10000000) * 100 );
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DCurrentTime.cpp312 double time = info.user_time.seconds + info.user_time.microseconds / 1000000.;
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dtask.c2543 basic_info->user_time.seconds =
2544 (typeof(basic_info->user_time.seconds))secs;
2545 basic_info->user_time.microseconds = usecs;
2581 basic_info->user_time.seconds =
2582 (typeof(basic_info->user_time.seconds))secs;
2583 basic_info->user_time.microseconds = usecs;
2626 basic_info->user_time.seconds =
2627 (typeof(basic_info->user_time.seconds))secs;
2628 basic_info->user_time.microseconds = usecs;
2650 times_info->user_time
2657 time_value_t user_time, system_time; local
[all...]
H A Dthread.c1229 thread_read_times(thread, &basic_info->user_time,
1418 time_value_t *user_time,
1430 user_time->seconds = (typeof(user_time->seconds))secs;
1431 user_time->microseconds = usecs;
1440 user_time->seconds = (typeof(user_time->seconds))secs;
1441 user_time->microseconds = usecs;
1416 thread_read_times( thread_t thread, time_value_t *user_time, time_value_t *system_time) argument
H A Ddebug.h55 uint64_t user_time; member in struct:thread_snapshot
H A Dbsd_kern.c740 ptinfo->pth_user_time = ((basic_info.user_time.seconds * (integer_t)NSEC_PER_SEC) + (basic_info.user_time.microseconds * (integer_t)NSEC_PER_USEC));
H A Dkern_stackshot.c500 tsnap->user_time = tval;
505 tsnap->user_time += tval;
H A Dtelemetry.c795 thsnap->user_time = timer_grab(&thread->user_timer);
802 thsnap->user_time += tval;
H A Dthread.h818 time_value_t *user_time,
/macosx-10.10.1/zsh-61/zsh/Src/
H A Djobs.c674 double elapsed_time, user_time, system_time; local
695 user_time = ti->ru_utime.tv_sec + ti->ru_utime.tv_usec / 1000000.0;
697 total_time = user_time + system_time;
702 user_time = ti->ut / (double) clktck;
719 fprintf(stderr, "%4.2fs", user_time);
730 printhhmmss(user_time);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c2054 p->p_ru->ru.ru_utime.tv_sec = tinfo.user_time.seconds;
2055 p->p_ru->ru.ru_utime.tv_usec = tinfo.user_time.microseconds;
2063 ut.tv_sec = ttimesinfo.user_time.seconds;
2064 ut.tv_usec = ttimesinfo.user_time.microseconds;
H A Dkern_resource.c1197 ut.tv_sec = tinfo.user_time.seconds;
1198 ut.tv_usec = tinfo.user_time.microseconds;
1208 ut.tv_sec = ttimesinfo.user_time.seconds;
1209 ut.tv_usec = ttimesinfo.user_time.microseconds;
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/tests/
H A Dtestapi.c1122 double time = info.user_time.seconds + info.user_time.microseconds / 1000000.;
/macosx-10.10.1/top-100.1.2/
H A Dlibtop.c1669 TIME_VALUE_TO_TIMEVAL(&info.user_time, &tv);
2069 TIME_VALUE_TO_TIMEVAL(&ti.user_time, &pinfo->psamp.total_time);
/macosx-10.10.1/ruby-106/ruby/
H A Dgc.c3911 FILETIME creation_time, exit_time, kernel_time, user_time; local
3917 &creation_time, &exit_time, &kernel_time, &user_time) != 0) {
3918 memcpy(&ui, &user_time, sizeof(FILETIME));

Completed in 177 milliseconds