aboutsummaryrefslogtreecommitdiff
path: root/include/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/timer.h')
-rw-r--r--include/timer.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/include/timer.h b/include/timer.h
index 8a737e0..d4d4d23 100644
--- a/include/timer.h
+++ b/include/timer.h
@@ -1,5 +1,16 @@
-#ifndef TIMER_H
-#define TIMER_H
+/**
+ * @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 MSVMMAJ_TIMER_H
+#define MSVMMAJ_TIMER_H
#include "globals.h"