Provides functions and structures for creating timestamps. More...
Go to the source code of this file.
Typedefs | |
typedef int64_t | guac_timestamp |
An arbitrary timestamp denoting a relative time value in milliseconds. |
Functions | |
guac_timestamp | guac_timestamp_current () |
Returns an arbitrary timestamp. |
Provides functions and structures for creating timestamps.
guac_timestamp guac_timestamp_current | ( | ) |
Returns an arbitrary timestamp.
The difference between return values of any two calls is equal to the amount of time in milliseconds between those calls. The return value from a single call will not have any useful (or defined) meaning.