summaryrefslogtreecommitdiff
path: root/GEMV/include/timer.h
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-05-13 16:11:44 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-05-13 16:11:44 +0200
commitc36996e5ca4ea047e55778004a99d9f7cad9282f (patch)
tree9ac87ecba4656828759f577ebaa394c8544d8bc0 /GEMV/include/timer.h
parentd666b713716af62708cc9fefe3ab136e7f18b5ae (diff)
GEMV: Add AspectC++ support
Diffstat (limited to 'GEMV/include/timer.h')
-rw-r--r--GEMV/include/timer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/GEMV/include/timer.h b/GEMV/include/timer.h
new file mode 100644
index 0000000..313151d
--- /dev/null
+++ b/GEMV/include/timer.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#define N_TIMERS 9
+#include "../../include/timer_base.h"
+#undef N_TIMERS