aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/clock.h
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-02-02 15:57:48 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-02-02 15:57:48 +0100
commite6890cc9d54dde37921e263daac03e1d9b8eee1e (patch)
treee5f5b4bce85ada7ba82646a5437f39c3976cc37e /test/monniaux/clock.h
parent1817a0c73f6aef9e69f7105ad19ca78ad6cbffd9 (diff)
downloadcompcert-kvx-e6890cc9d54dde37921e263daac03e1d9b8eee1e.tar.gz
compcert-kvx-e6890cc9d54dde37921e263daac03e1d9b8eee1e.zip
better Makefile and printouts
Diffstat (limited to 'test/monniaux/clock.h')
-rw-r--r--test/monniaux/clock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/monniaux/clock.h b/test/monniaux/clock.h
index b5ee65a4..43fd7c5c 100644
--- a/test/monniaux/clock.h
+++ b/test/monniaux/clock.h
@@ -1,6 +1,8 @@
typedef unsigned long cycle_t;
+void clock_prepare(void);
void clock_stop(void);
void clock_start(void);
cycle_t get_total_clock(void);
void print_total_clock(void);
+void printerr_total_clock(void);