aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/complex
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-05-15 16:11:26 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-05-15 16:12:10 +0200
commitc1e6f2db8e9e3589e6bdc463256cbc9c59906ae7 (patch)
treef1c55b7bf2d0dbf87e55389da9893d4caa855d72 /test/monniaux/complex
parent5e2c5fae42c5c01be59999ce1170c6aea1024795 (diff)
downloadcompcert-kvx-c1e6f2db8e9e3589e6bdc463256cbc9c59906ae7.tar.gz
compcert-kvx-c1e6f2db8e9e3589e6bdc463256cbc9c59906ae7.zip
Measures for bitslices-aes, bitsliced-tea and complex_mat
Diffstat (limited to 'test/monniaux/complex')
-rw-r--r--test/monniaux/complex/complex_mat.c6
-rw-r--r--test/monniaux/complex/make.proto1
2 files changed, 4 insertions, 3 deletions
diff --git a/test/monniaux/complex/complex_mat.c b/test/monniaux/complex/complex_mat.c
index 6c7dae1d..b7103f60 100644
--- a/test/monniaux/complex/complex_mat.c
+++ b/test/monniaux/complex/complex_mat.c
@@ -227,9 +227,9 @@ int main() {
printf("c1==c8: %s\n"
"c1==c9: %s\n"
- "c1_time = %" PRIu64 "\n"
- "c8_time = %" PRIu64 "\n"
- "c9_time = %" PRIu64 "\n",
+ "c1_time : %" PRIu64 "\n"
+ "c8_time : %" PRIu64 "\n"
+ "c9_time : %" PRIu64 "\n",
COMPLEX_mat_equal(m, n, c1, p, c8, p)?"true":"false",
COMPLEX_mat_equal(m, n, c1, p, c9, p)?"true":"false",
diff --git a/test/monniaux/complex/make.proto b/test/monniaux/complex/make.proto
index b4d1222f..b959c611 100644
--- a/test/monniaux/complex/make.proto
+++ b/test/monniaux/complex/make.proto
@@ -1 +1,2 @@
target: complex_mat
+measures: ["c1_time"]