diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-09 20:45:06 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-09 20:45:06 +0200 |
| commit | 993c503ce1b440be6947bc91fbf1fa6098569b51 (patch) | |
| tree | 49cf60984f3e679b810a3089b15f952e5ac7f4f5 /include/timer.h | |
| parent | rename strutil to gensvm_strutil (diff) | |
| download | gensvm-993c503ce1b440be6947bc91fbf1fa6098569b51.tar.gz gensvm-993c503ce1b440be6947bc91fbf1fa6098569b51.zip | |
use gensvm namespace for all crossval/timer/util
Diffstat (limited to 'include/timer.h')
| -rw-r--r-- | include/timer.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/include/timer.h b/include/timer.h deleted file mode 100644 index a1b60a7..0000000 --- a/include/timer.h +++ /dev/null @@ -1,21 +0,0 @@ -/** - * @file timer.h - * @author Gertjan van den Burg - * @date August, 2013 - * @brief Header file for timer.c - * - * @details - * Function declaration for timer function used to measure computation time. - * - */ - -#ifndef GENSVM_TIMER_H -#define GENSVM_TIMER_H - -#include "globals.h" - -double elapsed_time(clock_t s_time, clock_t e_time); - -void get_time_string(char *buffer); - -#endif |
