PIPS
pyps_gettime.h
Go to the documentation of this file.
1 #ifndef PYPS_GETTIME_H
2 #define PYPS_GETTIME_H
3 
4 #include <sys/time.h>
5 
6 void __pyps_bench_start(struct timeval *timestart);
7 void __pyps_bench_stop(const char* module, const struct timeval *timestart);
8 
9 #endif //PYPS_GETTIME_H
static char * module
Definition: pips.c:74
void __pyps_bench_start(struct timeval *timestart)
Definition: pyps_gettime.c:11
void __pyps_bench_stop(const char *module, const struct timeval *timestart)
Definition: pyps_gettime.c:16