Fix parallel build of examples/charm++/user-driven-interop
[charm.git] / src / conv-core / hrctimer.h
blob1f1bae4f9121990415cb72e83366300806d92807
1 #ifndef HRCTIMER_H
2 #define HRCTIMER_H
4 #ifndef __STDC_FORMAT_MACROS
5 # define __STDC_FORMAT_MACROS
6 #endif
7 #ifndef __STDC_LIMIT_MACROS
8 # define __STDC_LIMIT_MACROS
9 #endif
10 #include <inttypes.h>
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
16 double inithrc(void);
17 double gethrctime(void);
18 uint64_t gethrctime_micro(void);
20 #ifdef __cplusplus
22 #endif
24 #endif