]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/man/task_thread_times_info.html
xnu-792.6.76.tar.gz
[apple/xnu.git] / osfmk / man / task_thread_times_info.html
index 50867b4abaab35f9987d0cf61e3517f1e43be7a8..6b58716a74e505aa34776cc9834a16bb8e1457fb 100755 (executable)
@@ -1 +1,41 @@
-<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
\ No newline at end of file
+<h2>task_thread_times_info</h2>
+<hr>
+<p>
+<strong>Structure</strong> - Defines thread execution times information for tasks.
+<h3>SYNOPSIS</h3>
+<pre>
+<strong>struct task_thread_times_info</strong>
+<strong>{</strong>
+       <strong>time_value_t</strong>         <var>user_time</var><strong>;</strong>
+       <strong>time_value_t</strong>       <var>system_time</var><strong>;</strong>
+<strong>};</strong>
+
+<strong>typedef struct task_thread_times_info* task_thread_times_info_t;</strong>
+</pre>
+<h3>FIELDS</h3>
+<dl>
+  <p>
+<dt> <var>user_time</var>
+<dd>
+Total user run time for live threads.
+     <p>
+<dt> <var>system_time</var>
+<dd>
+Total system run time for live threads.
+</dl>
+<h3>DESCRIPTION</h3>
+<p>
+The <strong>task_thread_times_info</strong> structure defines thread
+execution time statistics 
+for tasks.  The <strong>task_info</strong> function returns these times
+for a specified task.  The 
+<strong>thread_info</strong> function returns this information for a specific thread.
+<h3>RELATED INFORMATION</h3>
+<p>
+Functions:
+<a href="task_info.html"><strong>task_info</strong></a>,
+<a href="thread_info.html"><strong>thread_info</strong></a>.
+<p>
+Data Structures:
+<a href="task_basic_info.html"><strong>task_basic_info</strong></a>,
+<a href="thread_basic_info.html"><strong>thread_basic_info</strong></a>.