1FUNCTION::LOCAL_CLOC(3stap) Timestamp Functions FUNCTION::LOCAL_CLOC(3stap)
2
3
4
6 function::local_clock_us - Number of microseconds on the local cpu's
7 clock
8
10 local_clock_us:long()
11
13 None
14
16 This function returns the number of microseconds on the local cpu's
17 clock. This is always monotonic comparing on the same cpu, but may have
18 some drift between cpus (within about a jiffy).
19
21 tapset::timestamp_monotonic(3stap)
22
23
24
25SystemTap Tapset Reference November 2021 FUNCTION::LOCAL_CLOC(3stap)