aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/clock.h
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-01-26 11:06:26 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-01-26 11:06:26 +0100
commit86629431ce8f49d192bd5b55c7ff346e1a1d98cb (patch)
tree0bb65058aed6acfe264ee37c45a7afdd19efa6cd /test/monniaux/clock.h
parent2dfb832981583f16abd6ba17bc8a714a2803c67f (diff)
downloadcompcert-kvx-86629431ce8f49d192bd5b55c7ff346e1a1d98cb.tar.gz
compcert-kvx-86629431ce8f49d192bd5b55c7ff346e1a1d98cb.zip
micro bunzip
Diffstat (limited to 'test/monniaux/clock.h')
-rw-r--r--test/monniaux/clock.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/monniaux/clock.h b/test/monniaux/clock.h
new file mode 100644
index 00000000..768985b4
--- /dev/null
+++ b/test/monniaux/clock.h
@@ -0,0 +1,5 @@
+typedef unsigned long long cycle_t;
+
+void clock_stop(void);
+void clock_start(void);
+cycle_t get_total_clock(void);