aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/clock.c
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-07-17 11:39:45 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-07-17 11:39:45 +0200
commit0f01d44c350ea0c9211c1d464d7e78518302ca2a (patch)
treeb3cd9ebb4131c5319eeda10a5a7c3908b73cddff /test/monniaux/clock.c
parentd7998266416f7eb35e129c25182c67441ffa2d0a (diff)
downloadcompcert-kvx-0f01d44c350ea0c9211c1d464d7e78518302ca2a.tar.gz
compcert-kvx-0f01d44c350ea0c9211c1d464d7e78518302ca2a.zip
bitsliced-aes done
Diffstat (limited to 'test/monniaux/clock.c')
-rw-r--r--test/monniaux/clock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/monniaux/clock.c b/test/monniaux/clock.c
index 7611a2ee..fb636667 100644
--- a/test/monniaux/clock.c
+++ b/test/monniaux/clock.c
@@ -24,9 +24,9 @@ cycle_t get_current_cycle(void) {
}
void print_total_clock(void) {
- printf("cycles: %lu\n", total_clock);
+ printf("time cycles: %lu\n", total_clock);
}
void printerr_total_clock(void) {
- fprintf(stderr, "cycles: %lu\n", total_clock);
+ fprintf(stderr, "time cycles: %lu\n", total_clock);
}