1 <h2>task_thread_times_info
</h2>
4 <strong>Structure
</strong> - Defines thread execution times information for tasks.
7 <strong>struct task_thread_times_info
</strong>
9 <strong>time_value_t
</strong> <var>user_time
</var><strong>;
</strong>
10 <strong>time_value_t
</strong> <var>system_time
</var><strong>;
</strong>
13 <strong>typedef struct task_thread_times_info* task_thread_times_info_t;
</strong>
18 <dt> <var>user_time
</var>
20 Total user run time for live threads.
22 <dt> <var>system_time
</var>
24 Total system run time for live threads.
28 The
<strong>task_thread_times_info
</strong> structure defines thread
29 execution time statistics
30 for tasks. The
<strong>task_info
</strong> function returns these times
31 for a specified task. The
32 <strong>thread_info
</strong> function returns this information for a specific thread.
33 <h3>RELATED INFORMATION
</h3>
36 <a href=
"task_info.html"><strong>task_info
</strong></a>,
37 <a href=
"thread_info.html"><strong>thread_info
</strong></a>.
40 <a href=
"task_basic_info.html"><strong>task_basic_info
</strong></a>,
41 <a href=
"thread_basic_info.html"><strong>thread_basic_info
</strong></a>.