diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-09-08 16:58:13 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-09-08 16:58:13 +0200 |
| commit | 335326180b79067a5e3cf0e1b7e910f36f2463e0 (patch) | |
| tree | e5ceac600bb49a0adc5ee4564541ad6640c45d4f | |
| parent | ae0459c729a1efcb1880dee1c2062f223906ebdd (diff) | |
| download | allocbench-335326180b79067a5e3cf0e1b7e910f36f2463e0.tar.gz allocbench-335326180b79067a5e3cf0e1b7e910f36f2463e0.zip | |
render whole usage as code
| -rw-r--r-- | Readme.md | 42 |
1 files changed, 21 insertions, 21 deletions
@@ -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 |
