aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/clock.h')
-rw-r--r--test/monniaux/clock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/monniaux/clock.h b/test/monniaux/clock.h
index 768985b4..b5ee65a4 100644
--- a/test/monniaux/clock.h
+++ b/test/monniaux/clock.h
@@ -1,5 +1,6 @@
-typedef unsigned long long cycle_t;
+typedef unsigned long cycle_t;
void clock_stop(void);
void clock_start(void);
cycle_t get_total_clock(void);
+void print_total_clock(void);