From 1d8b606aa3c862f5ec7a9a06273f3ff1b08671c6 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 8 Feb 2019 13:36:14 +0100 Subject: Update Readme --- Readme.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Readme.md b/Readme.md index bad5ff5..50dd5b0 100644 --- a/Readme.md +++ b/Readme.md @@ -8,24 +8,25 @@ 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] [--nolibmemusage] [--license] + usage: bench.py [-h] [-s] [-l LOAD] [-a ALLOCATORS] [-r RUNS] [-v] + [-b BENCHMARKS [BENCHMARKS ...]] [-ns] [-sd RESULTDIR] + [--license] benchmark memory allocators optional arguments: -h, --help show this help message and exit -s, --save save benchmark results to disk - -l, --load load benchmark results from disk + -l LOAD, --load LOAD load benchmark results from directory + -a ALLOCATORS, --allocators ALLOCATORS + load allocator definitions from file -r RUNS, --runs RUNS how often the benchmarks run -v, --verbose more output -b BENCHMARKS [BENCHMARKS ...], --benchmarks BENCHMARKS [BENCHMARKS ...] 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 - --nolibmemusage don't use libmemusage to analyse + -sd RESULTDIR, --resultdir RESULTDIR + directory where all results go --license print license info and exit ## License -- cgit v1.2.3