1FUNCTION::MSECS_TO_S(3stap) Task Time Tapset FUNCTION::MSECS_TO_S(3stap)
2
3
4
6 function::msecs_to_string - Human readable string for given
7 milliseconds
8
10 msecs_to_string:string(msecs:long)
11
13 msecs
14 Number of milliseconds to translate.
15
17 Returns a string representing the number of milliseconds as a human
18 readable string consisting of “XmY.ZZZs”, where X is the number of
19 minutes, Y is the number of seconds and ZZZ is the number of
20 milliseconds.
21
23 tapset::task_time(3stap)
24
25
26
27SystemTap Tapset Reference November 2021 FUNCTION::MSECS_TO_S(3stap)