Go to the source code of this file.
|
typedef unsigned long long | timing_t |
| Size for timings reported by get_time_ns. More...
|
|
|
timing_t | get_time_ns () |
| This is defined differently depending on compile-time timing options and on the platform we're using. More...
|
|
Size for timings reported by get_time_ns.
Definition at line 9 of file timing.h.
This is defined differently depending on compile-time timing options and on the platform we're using.
It returns a current time stamp in nanoseconds using the most precise timing mechanism available on the host machine.