From ff17e83089dee8d23e51cf55f8ea3a28c07dedee Mon Sep 17 00:00:00 2001 From: fche Date: Wed, 7 Sep 2005 02:16:59 +0000 Subject: 2005-09-06 Frank Ch. Eigler * stap.1.in: Clarify absence of short-circuiting in && and ||. * translate.cxx (emit_function): Improve "array locals" message. * tapset/timestamp.stp: Add gettimeofday_us function. Correct arithmetic typing in other functions. * stapfuncs.5.in: Document new function. --- stapfuncs.5.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stapfuncs.5.in') diff --git a/stapfuncs.5.in b/stapfuncs.5.in index 77514e28..f883a8ad 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -86,6 +86,10 @@ address is only partial at present. .SS TIMESTAMP +.TP +gettimeofday_us:long () +Return the number of microseconds since the UNIX epoch. + .TP gettimeofday_ms:long () Return the number of milliseconds since the UNIX epoch. -- cgit