bson_get_monotonic_time - Man Page
Name
bson_get_monotonic_time ā System Clock
BSON Clock Abstraction
Synopsis
int64_t bson_get_monotonic_time (void); int bson_gettimeofday (struct timeval *tv);
Description
The clock abstraction in Libbson provides a cross-platform way to handle timeouts within the BSON library. It abstracts the differences in implementations of gettimeofday() as well as providing a monotonic (incrementing only) clock in microseconds.
Author
MongoDB, Inc
Copyright
2017-present, MongoDB, Inc
Info
Jan 19, 2023 1.23.2 libbson