Back to Darwin Xnu

Task Thread Times Info

osfmk/man/task_thread_times_info.html

latest933 B
Original Source

task_thread_times_info


Structure - Defines thread execution times information for tasks.

SYNOPSIS

**struct task\_thread\_times\_info**** { ****time\_value\_t** user\_time **;**** time\_value\_t **system\_time** ; ****};**** typedef struct task\_thread\_times\_info\* task\_thread\_times\_info\_t;**

FIELDS

user_timeTotal user run time for live threads.

system_timeTotal system run time for live threads.

DESCRIPTION

The task_thread_times_info structure defines thread execution time statistics for tasks. The task_info function returns these times for a specified task. The thread_info function returns this information for a specific thread.

Functions: task_info, thread_info.

Data Structures: task_basic_info, thread_basic_info.