diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-02-08 13:36:14 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-02-08 13:36:14 +0100 |
| commit | 1d8b606aa3c862f5ec7a9a06273f3ff1b08671c6 (patch) | |
| tree | d7c239a36a250370fafd11c0a9a6656e12a5195d | |
| parent | f2327ada5590f40137416f301762cd3c11ab36b6 (diff) | |
| download | allocbench-1d8b606aa3c862f5ec7a9a06273f3ff1b08671c6.tar.gz allocbench-1d8b606aa3c862f5ec7a9a06273f3ff1b08671c6.zip | |
Update Readme
| -rw-r--r-- | Readme.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -8,24 +8,25 @@ 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] [--nolibmemusage] [--license] + usage: bench.py [-h] [-s] [-l LOAD] [-a ALLOCATORS] [-r RUNS] [-v] + [-b BENCHMARKS [BENCHMARKS ...]] [-ns] [-sd RESULTDIR] + [--license] benchmark memory allocators optional arguments: -h, --help show this help message and exit -s, --save save benchmark results to disk - -l, --load load benchmark results from disk + -l LOAD, --load LOAD load benchmark results from directory + -a ALLOCATORS, --allocators ALLOCATORS + load allocator definitions from file -r RUNS, --runs RUNS how often the benchmarks run -v, --verbose more output -b BENCHMARKS [BENCHMARKS ...], --benchmarks BENCHMARKS [BENCHMARKS ...] 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 - --nolibmemusage don't use libmemusage to analyse + -sd RESULTDIR, --resultdir RESULTDIR + directory where all results go --license print license info and exit ## License |
