]> git.saurik.com Git - apple/xnu.git/blame - osfmk/man/task_thread_times_info.html
xnu-344.tar.gz
[apple/xnu.git] / osfmk / man / task_thread_times_info.html
CommitLineData
9bccf70c 1<h2>task_thread_times_info</h2>\r<hr>\r<p>\r<strong>Structure</strong> - Defines thread execution times information for tasks.\r<h3>SYNOPSIS</h3>\r<pre>\r<strong>struct task_thread_times_info</strong>\r<strong>{</strong>\r <strong>time_value_t</strong> <var>user_time</var><strong>;</strong>\r <strong>time_value_t</strong> <var>system_time</var><strong>;</strong>\r<strong>};</strong>\r\r<strong>typedef struct task_thread_times_info* task_thread_times_info_t;</strong>\r</pre>\r<h3>FIELDS</h3>\r<dl>\r <p>\r<dt> <var>user_time</var>\r<dd>\rTotal user run time for live threads.\r <p>\r<dt> <var>system_time</var>\r<dd>\rTotal system run time for live threads.\r</dl>\r<h3>DESCRIPTION</h3>\r<p>\rThe <strong>task_thread_times_info</strong> structure defines thread\rexecution time statistics \rfor tasks. The <strong>task_info</strong> function returns these times\rfor a specified task. The \r<strong>thread_info</strong> function returns this information for a specific thread.\r<h3>RELATED INFORMATION</h3>\r<p>\rFunctions:\r<a href="task_info.html"><strong>task_info</strong></a>,\r<a href="thread_info.html"><strong>thread_info</strong></a>.\r<p>\rData Structures:\r<a href="task_basic_info.html"><strong>task_basic_info</strong></a>,\r<a href="thread_basic_info.html"><strong>thread_basic_info</strong></a>.\r