bench: run ops multiple times and for an average time

This commit is contained in:
Vincent Breitmoser
2015-11-04 20:42:49 +01:00
parent 3ca8af060b
commit 0a266cdb4a
3 changed files with 31 additions and 16 deletions

View File

@@ -1366,7 +1366,9 @@
<string name="msg_bench">"Benchmarking some operations…"</string>
<string name="msg_bench_enc_time">"Encryption time: %ss"</string>
<string name="msg_bench_enc_time_avg">"Average encryption time: %ss"</string>
<string name="msg_bench_dec_time">"Decryption time: %ss"</string>
<string name="msg_bench_dec_time_avg">"Average decryption time: %ss"</string>
<string name="msg_bench_success">"Benchmarking complete!"</string>
<string name="msg_data">"Processing input data"</string>