1FUNCTION::TASK_TIME_(3stap) Task Time Tapset FUNCTION::TASK_TIME_(3stap)
2
3
4
6 function::task_time_string_tid - Human readable string of task time
7 usage
8
10 task_time_string_tid:string(tid:long)
11
13 tid
14 Thread id of the given task
15
17 Returns a human readable string showing the user and system time the
18 given task has used up to now. For example “usr: 0m12.908s, sys:
19 1m6.851s”.
20
22 tapset::task_time(3stap)
23
24
25
26SystemTap Tapset Reference November 2020 FUNCTION::TASK_TIME_(3stap)