SST/macro
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
sstmac
software
process
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
sstmac_wall_time
double sstmac_wall_time()
SSTMAC_gettimeofday
int SSTMAC_gettimeofday(struct timeval *tv, struct timezone *tz)
time.h
Generated by
1.8.11