summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2013-07-22 18:03:48 +0100
committerWill Newton <will.newton@linaro.org>2013-07-22 18:03:48 +0100
commit18e231a56d0630929be4a7fbfb3166e06f80dbd7 (patch)
treedc7c65abf2bb73135b23f114ab390b1c1c95e903 /benchmarks
parentd23072343f33318636b068b2542ef1b881b7f785 (diff)
benchmarks/mallocbench.c: Use - when outputting sizes rather than :.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/mallocbench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/mallocbench.c b/benchmarks/mallocbench.c
index 0868c46..6f61552 100644
--- a/benchmarks/mallocbench.c
+++ b/benchmarks/mallocbench.c
@@ -384,7 +384,7 @@ int main(int argc, char **argv)
assert(err == 0);
/* Dump both machine and human readable versions */
- printf("%s:%s:%u:%u:%u:%u:%u:%s:%u:%.6f: took %.6f s for %u malloc/free benchmark loops of %u:%u bytes. ~%.3f us per loop\n",
+ printf("%s:%s:%u:%u:%u:%u:%u:%s:%u:%.6f: took %.6f s for %u malloc/free benchmark loops of %u-%u bytes. ~%.3f us per loop\n",
variant + 4, test_name, blk_min, blk_max, loops, threads,
(int)clear, run_id,
usage.ru_maxrss, elapsed, elapsed, loops, blk_min, blk_max,