aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/sha-2
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-20 13:55:22 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-20 13:55:22 +0200
commitad6ff26beeb42b0e34a95939baa6d41b369e5d56 (patch)
tree17523284ca77e80c511020f82855e8ca574388d0 /test/monniaux/sha-2
parent49fb3d48812d18d3f5c2fdd8d85be8116e59c684 (diff)
parent9f58c4419596fbab69c8fe25c3d51e66acb613d0 (diff)
downloadcompcert-kvx-ad6ff26beeb42b0e34a95939baa6d41b369e5d56.tar.gz
compcert-kvx-ad6ff26beeb42b0e34a95939baa6d41b369e5d56.zip
Merge remote-tracking branch 'origin/mppa-work' into mppa-fast-div
Diffstat (limited to 'test/monniaux/sha-2')
-rw-r--r--test/monniaux/sha-2/make.proto1
-rw-r--r--test/monniaux/sha-2/sha-256_run.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/test/monniaux/sha-2/make.proto b/test/monniaux/sha-2/make.proto
index e96fee7d..f776565e 100644
--- a/test/monniaux/sha-2/make.proto
+++ b/test/monniaux/sha-2/make.proto
@@ -1,2 +1,3 @@
objdeps: [{name: sha-256_run, compiler: gcc}]
target: sha-256
+measures: ["total cycles"]
diff --git a/test/monniaux/sha-2/sha-256_run.c b/test/monniaux/sha-2/sha-256_run.c
index c3865991..05a69d6b 100644
--- a/test/monniaux/sha-2/sha-256_run.c
+++ b/test/monniaux/sha-2/sha-256_run.c
@@ -280,6 +280,6 @@ int main(void)
}
}
destruct_binary_messages();
- printf("total cycles = %" PRIu64 "\n", cycle_total);
+ printf("total cycles : %" PRIu64 "\n", cycle_total);
return 0;
}