From 12aa4751ce8c79ee233ec7462dbc8e1f74f2443b Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 4 Jul 2014 07:07:51 -0400 Subject: [PATCH] intent.stp tapset: mention microsecond precision --- tapset/indent.stp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tapset/indent.stp b/tapset/indent.stp index d0e3fbfbb..632725a43 100644 --- a/tapset/indent.stp +++ b/tapset/indent.stp @@ -1,7 +1,9 @@ /* * The indent tapset provides functions to generate indented lines for * nested kinds of trace messages. Each line contains a relative - * timestamp, and the process name / pid. + * timestamp, and the process name / pid. The timestamp is as per + * provided by the __indent_timestamp function, which by default + * measures microseconds. * */ @@ -35,8 +37,9 @@ function _generic_indent (idx, desc, delta) * indentation for a thread. Call it with a small positive or * matching negative delta. If this is the real outermost, * initial level of indentation, then the function resets the - * relative timestamp base to zero. An example is shown at the - * end of this file. + * relative timestamp base to zero. The timestamp is as per + * provided by the __indent_timestamp function, which by default + * measures microseconds. */ function thread_indent:string (delta:long) { -- 2.43.5