diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-03-05 16:06:22 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-03-05 16:06:22 +0100 |
| commit | cf7f1bb43d365f8bf1dc045593018478249ea444 (patch) | |
| tree | fb9caf1b5820641d01f596b70f611e31f19dad7a /Readme.md | |
| parent | 89a316bb41077f97f7c79c3568abd90eed6e8fc4 (diff) | |
| download | allocbench-cf7f1bb43d365f8bf1dc045593018478249ea444.tar.gz allocbench-cf7f1bb43d365f8bf1dc045593018478249ea444.zip | |
update Readme
Diffstat (limited to 'Readme.md')
| -rw-r--r-- | Readme.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -16,20 +16,22 @@ git clone https://muhq.space/software/allocbench.git ## Usage - usage: bench.py [-h] [-s] [-l LOAD] [-a ALLOCATORS] [-r RUNS] [-v] - [-b BENCHMARKS [BENCHMARKS ...]] [-ns] [-rd RESULTDIR] - [--license] + usage: bench.py [-h] [-ds, --dont-save] [-l LOAD] [-a ALLOCATORS] [-r RUNS] + [-v] [-vdebug] [-b BENCHMARKS [BENCHMARKS ...]] [-ns] + [-rd RESULTDIR] [--license] benchmark memory allocators optional arguments: -h, --help show this help message and exit - -s, --save save benchmark results in RESULTDIR + -ds, --dont-save don't save benchmark results in RESULTDIR -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 + -vdebug, --verbose-debug + debug output -b BENCHMARKS [BENCHMARKS ...], --benchmarks BENCHMARKS [BENCHMARKS ...] benchmarks to run -ns, --nosum don't produce plots |
