1FUNCTION::NSECS_TO_S(3stap) Task Time Tapset FUNCTION::NSECS_TO_S(3stap)
2
3
4
6 function::nsecs_to_string - Human readable string for given nanoseconds
7
9 nsecs_to_string:string(nsecs:long)
10
12 nsecs
13 Number of nanoseconds to translate.
14
16 Returns a string representing the number of nanoseconds as a human
17 readable string consisting of “XmY.ZZZZZZs”, where X is the number of
18 minutes, Y is the number of seconds and ZZZZZZZZZ is the number of
19 nanoseconds.
20
22 tapset::task_time(3stap)
23
24
25
26SystemTap Tapset Reference April 2023 FUNCTION::NSECS_TO_S(3stap)