# get\_nsec\_stamp

```
get the current timestamp, in nanoseconds.
   Retrieves the high-resolution current timestamp, in nanoseconds.
returns: the timestamp, a 64-bit number.

long get_nsec_stamp();
```
