perf: use uint64_t for workload size
commit980611d5ebb91a5ee7150f0b863cebed3d2a1076
authorVojtech Horky <vojtech.horky@gmail.com>
Tue, 1 Jan 2019 17:43:54 +0000 (1 18:43 +0100)
committerVojtech Horky <vojtech.horky@gmail.com>
Tue, 1 Jan 2019 17:43:54 +0000 (1 18:43 +0100)
tree74e54c9e3399854c29b8eb4d2d4695375fc418ff
parentd5caf7922353a9ff31141de881200acc494919a3
perf: use uint64_t for workload size

We also check that we do not overflow with uint64_t (that can rarely
happen if the benchmark is properly designed but we want to be on the
safe side).
uspace/app/perf/perf.c