Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
clock.h File Reference
#include "macros.h"
#include <stdint.h>

Go to the source code of this file.

Functions

ZIRCON_FFI_EXPORT uint64_t zircon_dart_clock_get_monotonic ()
 

Function Documentation

◆ zircon_dart_clock_get_monotonic()

ZIRCON_FFI_EXPORT uint64_t zircon_dart_clock_get_monotonic ( )

Definition at line 9 of file clock.cc.

9 {
10 return zx_clock_get_monotonic();
11}