SST/macro
time.h
Go to the documentation of this file.
1 #ifndef sstmac_software_process_TIME_H
2 #define sstmac_software_process_TIME_H
3 
4 #include <sys/time.h>
5 #define gettimeofday SSTMAC_gettimeofday
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 int SSTMAC_gettimeofday(struct timeval* tv, struct timezone* tz);
12 
13 double sstmac_wall_time();
14 
15 #ifdef __cplusplus
16 }
17 #endif
18 
19 #endif // TIME_H
double sstmac_wall_time()
int SSTMAC_gettimeofday(struct timeval *tv, struct timezone *tz)