Provided by: libbson-doc_1.30.2-1_all bug

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

       2009-present, MongoDB, Inc.

1.30.2                                            Mar 05, 2025                        BSON_GET_MONOTONIC_TIME(3)