aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Readme.md54
2 files changed, 28 insertions, 27 deletions
diff --git a/.gitignore b/.gitignore
index d29f4fc..663dfcc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ lld-speed-test*
status
tags
**/chattymalloc.txt
+src/obj
diff --git a/Readme.md b/Readme.md
index 3cbb294..545d460 100644
--- a/Readme.md
+++ b/Readme.md
@@ -17,33 +17,33 @@ 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]
-
-benchmark memory allocators
-
-optional arguments:
- -h, --help show this help message and exit
- -ds, --dont-save don't save benchmark results in RESULTDIR
- -l LOAD, --load LOAD load benchmark results from directory
- --analyse analyse benchmark behaviour using malt
- -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
- -xb EXCLUDE_BENCHMARKS [EXCLUDE_BENCHMARKS ...], --exclude-benchmarks EXCLUDE_BENCHMARKS [EXCLUDE_BENCHMARKS ...]
- explicitly excluded benchmarks
- -a ALLOCATORS [ALLOCATORS ...], --allocators ALLOCATORS [ALLOCATORS ...]
- allocators to test
- -ns, --nosum don't produce plots
- -rd RESULTDIR, --resultdir RESULTDIR
- directory where all results go
- --license print license info and exit
+ 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
+
+ optional arguments:
+ -h, --help show this help message and exit
+ -ds, --dont-save don't save benchmark results in RESULTDIR
+ -l LOAD, --load LOAD load benchmark results from directory
+ --analyse analyse benchmark behaviour using malt
+ -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
+ -xb EXCLUDE_BENCHMARKS [EXCLUDE_BENCHMARKS ...], --exclude-benchmarks EXCLUDE_BENCHMARKS [EXCLUDE_BENCHMARKS ...]
+ explicitly excluded benchmarks
+ -a ALLOCATORS [ALLOCATORS ...], --allocators ALLOCATORS [ALLOCATORS ...]
+ allocators to test
+ -ns, --nosum don't produce plots
+ -rd RESULTDIR, --resultdir RESULTDIR
+ directory where all results go
+ --license print license info and exit
### Examples