00001 #ifndef HRCTIMER_H 00002 #define HRCTIMER_H 00003 00004 #ifndef __STDC_FORMAT_MACROS 00005 # define __STDC_FORMAT_MACROS 00006 #endif 00007 #ifndef __STDC_LIMIT_MACROS 00008 # define __STDC_LIMIT_MACROS 00009 #endif 00010 #include <inttypes.h> 00011 00012 #ifdef __cplusplus 00013 extern "C" { 00014 #endif 00015 00016 double inithrc(void); 00017 double gethrctime(void); 00018 uint64_t gethrctime_micro(void); 00019 00020 #ifdef __cplusplus 00021 } 00022 #endif 00023 00024 #endif