1 #ifndef __PHIOTMRC_H__ 2 #define __PHIOTMRC_H__ 3 4 #include<stddef.h> /* size_t */ 5 6 #ifdef __cplusplus 7 extern "C" { 8 #endif 9 double phiotmrc (void); 10 11 typedef size_t phioTime; 12 void phastaio_time(phioTime* t); 13 size_t phastaio_time_diff(phioTime* start, phioTime* end); 14 void phastaio_setCyclesPerMicroSec(); 15 #ifdef __cplusplus 16 } 17 #endif 18 19 #endif // __PHIOTMRC_H__ 20