![]() |
![]()
| ![]() |
![]()
NAMEbenchmark_timestamp - Sample a timekeeping source. SYNOPSISnumber:timestamp
DESCRIPTIONThis function queries some system specific timestamp source for a value usable for tracing and benchmarking purposes. The accuracy and precision may vary depending on if benchmark trace data collection is enabled or not, as well as the security level of the application running. The optional stratum argument specifies what kind of timekeeping source should be used, where the default value (0) will be some kind of monotonic system clock in millisecond resolution. Other defined stratum values are: 1: seconds since epoch (1970-01-01), non-monotonic. -1: microseconds in system clock. Selecting an invalid stratum is a terminal state transition. NOTES
|