getTimestamp() Function
Syntax |
NONE
|
---|---|
Semantics | Returns a timestamp in microseconds (1/1'000'000th of a second) as an integer (64bit). A typical use case is the exact measurement of time intervals, e.g. for profiling and logging purposes. The time stamp is calculated in microseconds beginning at the Unix epoch. |
Examples |
NONE
|