diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-09-08 16:54:51 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-09-08 16:54:51 +0200 |
| commit | ae0459c729a1efcb1880dee1c2062f223906ebdd (patch) | |
| tree | 26f12d649e269774266efe4b75101ab5059ad2d2 | |
| parent | 46cc0ee59f4f3032d326461d8915e81fa80bb7c3 (diff) | |
| download | allocbench-ae0459c729a1efcb1880dee1c2062f223906ebdd.tar.gz allocbench-ae0459c729a1efcb1880dee1c2062f223906ebdd.zip | |
render usage as code
| -rw-r--r-- | Readme.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -17,11 +17,11 @@ git clone https://muhq.space/software/allocbench.git ## Usage -usage: bench.py [-h] [-ds, --dont-save] [-l LOAD] [--analyse] [-r RUNS] [-v] - [-vdebug] [-b BENCHMARKS [BENCHMARKS ...]] - [-xb EXCLUDE_BENCHMARKS [EXCLUDE_BENCHMARKS ...]] - [-a ALLOCATORS [ALLOCATORS ...]] [-ns] [-rd RESULTDIR] - [--license] + usage: bench.py [-h] [-ds, --dont-save] [-l LOAD] [--analyse] [-r RUNS] [-v] + [-vdebug] [-b BENCHMARKS [BENCHMARKS ...]] + [-xb EXCLUDE_BENCHMARKS [EXCLUDE_BENCHMARKS ...]] + [-a ALLOCATORS [ALLOCATORS ...]] [-ns] [-rd RESULTDIR] + [--license] benchmark memory allocators |
