X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/55e303ae13a4cf49d70f2294092726f2fffb9ef2..HEAD:/osfmk/man/task_thread_times_info.html diff --git a/osfmk/man/task_thread_times_info.html b/osfmk/man/task_thread_times_info.html old mode 100755 new mode 100644 index 50867b4ab..6b58716a7 --- a/osfmk/man/task_thread_times_info.html +++ b/osfmk/man/task_thread_times_info.html @@ -1 +1,41 @@ -

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_time
Total user run time for live threads.

system_time
Total 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.

RELATED INFORMATION

Functions: task_info, thread_info.

Data Structures: task_basic_info, thread_basic_info. \ No newline at end of file +

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_time +
+Total user run time for live threads. +

+

system_time +
+Total 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. +

RELATED INFORMATION

+

+Functions: +task_info, +thread_info. +

+Data Structures: +task_basic_info, +thread_basic_info.