From 335326180b79067a5e3cf0e1b7e910f36f2463e0 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sun, 8 Sep 2019 16:58:13 +0200 Subject: render whole usage as code --- Readme.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/Readme.md b/Readme.md index aba4b75..545d460 100644 --- a/Readme.md +++ b/Readme.md @@ -23,27 +23,27 @@ git clone https://muhq.space/software/allocbench.git [-a ALLOCATORS [ALLOCATORS ...]] [-ns] [-rd RESULTDIR] [--license] -benchmark memory allocators - -optional arguments: - -h, --help show this help message and exit - -ds, --dont-save don't save benchmark results in RESULTDIR - -l LOAD, --load LOAD load benchmark results from directory - --analyse analyse benchmark behaviour using malt - -r RUNS, --runs RUNS how often the benchmarks run - -v, --verbose more output - -vdebug, --verbose-debug - debug output - -b BENCHMARKS [BENCHMARKS ...], --benchmarks BENCHMARKS [BENCHMARKS ...] - benchmarks to run - -xb EXCLUDE_BENCHMARKS [EXCLUDE_BENCHMARKS ...], --exclude-benchmarks EXCLUDE_BENCHMARKS [EXCLUDE_BENCHMARKS ...] - explicitly excluded benchmarks - -a ALLOCATORS [ALLOCATORS ...], --allocators ALLOCATORS [ALLOCATORS ...] - allocators to test - -ns, --nosum don't produce plots - -rd RESULTDIR, --resultdir RESULTDIR - directory where all results go - --license print license info and exit + benchmark memory allocators + + optional arguments: + -h, --help show this help message and exit + -ds, --dont-save don't save benchmark results in RESULTDIR + -l LOAD, --load LOAD load benchmark results from directory + --analyse analyse benchmark behaviour using malt + -r RUNS, --runs RUNS how often the benchmarks run + -v, --verbose more output + -vdebug, --verbose-debug + debug output + -b BENCHMARKS [BENCHMARKS ...], --benchmarks BENCHMARKS [BENCHMARKS ...] + benchmarks to run + -xb EXCLUDE_BENCHMARKS [EXCLUDE_BENCHMARKS ...], --exclude-benchmarks EXCLUDE_BENCHMARKS [EXCLUDE_BENCHMARKS ...] + explicitly excluded benchmarks + -a ALLOCATORS [ALLOCATORS ...], --allocators ALLOCATORS [ALLOCATORS ...] + allocators to test + -ns, --nosum don't produce plots + -rd RESULTDIR, --resultdir RESULTDIR + directory where all results go + --license print license info and exit ### Examples -- cgit v1.2.3