diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2018-09-14 18:06:54 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2018-09-14 18:06:54 +0200 |
| commit | ede9aaa8d602aae204df5eacba3aae73b3a352b1 (patch) | |
| tree | 388ea11e27a8989c0206f73c4d94310a03afc24c /Readme.md | |
| parent | 92f9e30dc210f45880b61d5c6472e631166fa883 (diff) | |
| download | allocbench-ede9aaa8d602aae204df5eacba3aae73b3a352b1.tar.gz allocbench-ede9aaa8d602aae204df5eacba3aae73b3a352b1.zip | |
update Readme with new flags
Diffstat (limited to 'Readme.md')
| -rw-r--r-- | Readme.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -9,7 +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] + [-ns] [-sd SUMMARYDIR] [-a] [--nolibmemusage] benchmark memory allocators @@ -20,8 +20,10 @@ 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 + directory where all plots and the summary go -a, --analyse collect allocation sizes + --nolibmemusage don't use libmemusage to analyse + |
