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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/monniaux/clock.h b/test/monniaux/clock.h
index 43fd7c5c..be8fa172 100644
--- a/test/monniaux/clock.h
+++ b/test/monniaux/clock.h
@@ -4,5 +4,6 @@ void clock_prepare(void);
void clock_stop(void);
void clock_start(void);
cycle_t get_total_clock(void);
+cycle_t get_current_cycle(void);
void print_total_clock(void);
void printerr_total_clock(void);