perf: add CSV output
commit60029dfe5895b620ab28744ecb20cab6de3b9b8b
authorVojtech Horky <vojtech.horky@gmail.com>
Thu, 3 Jan 2019 09:49:54 +0000 (3 10:49 +0100)
committerVojtech Horky <vojtech.horky@gmail.com>
Thu, 3 Jan 2019 09:49:54 +0000 (3 10:49 +0100)
tree8c06e3a757ac23883eab8effddbbfdf169c7510f
parent043d464fc984ff0747f267473f19a93b734f3d8d
perf: add CSV output

Use -o filename to store benchmark results (performance data) in a
simple CSV file for further processing.
uspace/app/perf/Makefile
uspace/app/perf/csv.c [new file with mode: 0644]
uspace/app/perf/csv.h [new file with mode: 0644]
uspace/app/perf/perf.c