summaryrefslogtreecommitdiff
path: root/BFS/support/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'BFS/support/timer.h')
-rw-r--r--BFS/support/timer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/BFS/support/timer.h b/BFS/support/timer.h
index 23116e3..80719cf 100644
--- a/BFS/support/timer.h
+++ b/BFS/support/timer.h
@@ -6,9 +6,9 @@
#include <sys/time.h>
typedef struct Timer {
- struct timeval startTime[4];
- struct timeval stopTime[4];
- double time[4];
+ struct timeval startTime[5];
+ struct timeval stopTime[5];
+ double time[5];
} Timer;
static void startTimer(Timer *timer, int i, int rep) {