diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2018-08-20 16:22:12 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2018-08-20 16:22:12 +0200 |
| commit | 46f24b9479f65ebd0193876c0584aecda6bcbd08 (patch) | |
| tree | 782fd14218c1e3bab8ce072c3d22bb45c708a152 | |
| parent | 251dd576976ac3ca00b4ca853a4a3c2ef6925c5d (diff) | |
| download | allocbench-46f24b9479f65ebd0193876c0584aecda6bcbd08.tar.gz allocbench-46f24b9479f65ebd0193876c0584aecda6bcbd08.zip | |
update usage in readme
| -rw-r--r-- | Readme.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |
