aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-09-08 16:58:13 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-09-08 16:58:13 +0200
commit335326180b79067a5e3cf0e1b7e910f36f2463e0 (patch)
treee5ceac600bb49a0adc5ee4564541ad6640c45d4f
parentae0459c729a1efcb1880dee1c2062f223906ebdd (diff)
downloadallocbench-335326180b79067a5e3cf0e1b7e910f36f2463e0.tar.gz
allocbench-335326180b79067a5e3cf0e1b7e910f36f2463e0.zip
render whole usage as code
-rw-r--r--Readme.md42
1 files 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