Skip to content
Snippets Groups Projects
Commit 31cb0d42 authored by Pekka Paalanen's avatar Pekka Paalanen
Browse files

lowlevel-blt-bench: add CSV output mode


Add a command line option for choosing CSV output mode.

In CSV mode, only the results in Mpixels/s are printed in an easily
machine-parseable format. All user-friendly printing is suppressed.

This is intended for cases where you benchmark one particular operation
at a time. Running the "all" set of benchmarks will print just fine, but
you may have trouble matching rows to operations as you have to look at
the tests_tbl[] to see what row is which.

Reviewed-by: default avatarBen Avison <bavison@riscosopen.org>

v2: don't add a space after comma in CSV.

Signed-off-by: default avatarPekka Paalanen <pekka.paalanen@collabora.co.uk>
parent 9a7e0bc6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment