From 46f24b9479f65ebd0193876c0584aecda6bcbd08 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 20 Aug 2018 16:22:12 +0200 Subject: update usage in readme --- Readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index 0d393f7..2e49a85 100644 --- a/Readme.md +++ b/Readme.md @@ -9,6 +9,7 @@ git clone https://muhq.space/software/allocbench.git ## Usage usage: bench.py [-h] [-s] [-l] [-r RUNS] [-v] [-b BENCHMARKS [BENCHMARKS ...]] + [-ns] [-sd SUMMARYDIR] [-a] benchmark memory allocators @@ -19,4 +20,8 @@ git clone https://muhq.space/software/allocbench.git -r RUNS, --runs RUNS how often the benchmarks run -v, --verbose more output -b BENCHMARKS [BENCHMARKS ...], --benchmarks BENCHMARKS [BENCHMARKS ...] - benchmarks to run + benchmarks to run + -ns, --nosum don't produce plots + -sd SUMMARYDIR, --summarydir SUMMARYDIR + directory where all plots and the summary go + -a, --analyse collect allocation sizes -- cgit v1.2.3