summaryrefslogtreecommitdiff
path: root/BFS/include/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'BFS/include/timer.h')
-rw-r--r--BFS/include/timer.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/BFS/include/timer.h b/BFS/include/timer.h
new file mode 100644
index 0000000..e85490f
--- /dev/null
+++ b/BFS/include/timer.h
@@ -0,0 +1,8 @@
+#pragma once
+
+#define N_TIMERS 8
+#define startTimer start
+#define stopTimer stop
+#define zeroTimer zero
+#include "../../include/timer_base.h"
+#undef N_TIMERS