diff options
Diffstat (limited to 'include/gensvm_timer.h')
| -rw-r--r-- | include/gensvm_timer.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/gensvm_timer.h b/include/gensvm_timer.h index 29c45cd..11e61e5 100644 --- a/include/gensvm_timer.h +++ b/include/gensvm_timer.h @@ -12,8 +12,10 @@ #ifndef GENSVM_TIMER_H #define GENSVM_TIMER_H -double elapsed_time(clock_t s_time, clock_t e_time); +// includes +#include "globals.h" -void get_time_string(char *buffer); +// function declarations +double gensvm_elapsed_time(clock_t s_time, clock_t e_time); #endif |
