diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/SystemTap_Tapset_Reference/en-US/timestamp.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/SystemTap_Tapset_Reference/en-US/timestamp.xml b/doc/SystemTap_Tapset_Reference/en-US/timestamp.xml index 198b54d9..714f16b1 100644 --- a/doc/SystemTap_Tapset_Reference/en-US/timestamp.xml +++ b/doc/SystemTap_Tapset_Reference/en-US/timestamp.xml @@ -12,35 +12,35 @@ when an event occurs, provide an ordering for events, or compute the amount of time elapsed between to time stamps. </para> -<formalpara> +<formalpara id="get_cycles"> <title>get_cycles:long()</title> <indexterm><primary>get_cycles</primary></indexterm> <para> Return the processor cycle counter value, or 0 if unavailable. </para> </formalpara> -<formalpara> +<formalpara id="gettimeofday_ns"> <title>gettimeofday_ns:long ()</title> <indexterm><primary>gettimeofday_ns</primary></indexterm> <para> Return the number of nanoseconds since the UNIX epoch. </para> </formalpara> -<formalpara> +<formalpara id="gettimeofday_us"> <title>gettimeofday_us:long ()</title> <indexterm><primary>gettimeofday_us</primary></indexterm> <para> Return the number of microseconds since the UNIX epoch. </para> </formalpara> -<formalpara> +<formalpara id="gettimeofday_ms"> <title>gettimeofday_ms:long ()</title> <indexterm><primary>gettimeofday_ms</primary></indexterm> <para> Return the number of milliseconds since the UNIX epoch. </para> </formalpara> -<formalpara> +<formalpara id="gettimeofday_s"> <title>gettimeofday_s:long ()</title> <indexterm><primary>gettimeofday_s</primary></indexterm> <para> |