Searched refs:nsecs_str (Results 1 – 5 of 5) sorted by relevance
51 sub nsecs_str { subroutine
31 def nsecs_str(nsecs): function
211 nsecs_str($nsecs) - returns printable string in the form secs.nsecs
617 nsecs_str(nsecs) - returns printable string in the form secs.nsecs
2709 char nsecs_str[5]; in print_graph_duration() local2720 snprintf(nsecs_str, 8 - len, "%03lu", nsecs_rem); in print_graph_duration()2721 len += printf(".%s", nsecs_str); in print_graph_duration()