Go to the documentation of this file.00001 #ifndef TIMING_H
00002 #define TIMING_H
00003
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif // __cplusplus
00007
00008
00009 typedef unsigned long long timing_t;
00010
00011
00012
00013
00014
00015
00016 timing_t get_time_ns();
00017
00018 #ifdef __cplusplus
00019 }
00020 #endif // __cplusplus
00021
00022 #endif // TIMING_H