aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-11-28 14:39:10 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-11-28 14:39:10 +0100
commit202a79fcc8a026e5da71e5c9232d1ba128d6b5de (patch)
tree7a3ec03f024be248da65e0f93ea94351b76cfebc
parentee3d921b2d73ec90f3a423016f97210ede4781d9 (diff)
downloadallocbench-202a79fcc8a026e5da71e5c9232d1ba128d6b5de.tar.gz
allocbench-202a79fcc8a026e5da71e5c9232d1ba128d6b5de.zip
mention new -t option in readme
-rw-r--r--Readme.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index a06b190..4061d83 100644
--- a/Readme.md
+++ b/Readme.md
@@ -49,7 +49,7 @@ allocbench consists of three small utilities: `bench.py`, `summarize.py` and `me
`./summarize.py` is used to summarize results created with bench.py.
It groups the included allocators into categories to produce readable and not extremely noisy plots.
- usage: summarize.py [-h] [--license] [--version]
+ usage: summarize.py [-h] [-t FILE_EXT] [--license] [--version]
[-b BENCHMARKS [BENCHMARKS ...]]
[-x EXCLUDE_BENCHMARKS [EXCLUDE_BENCHMARKS ...]]
results
@@ -61,6 +61,8 @@ It groups the included allocators into categories to produce readable and not ex
optional arguments:
-h, --help show this help message and exit
+ -t FILE_EXT, --file-ext FILE_EXT
+ file extension used for plots
--license print license info and exit
--version print version info and exit
-b BENCHMARKS [BENCHMARKS ...], --benchmarks BENCHMARKS [BENCHMARKS ...]
@@ -68,6 +70,7 @@ It groups the included allocators into categories to produce readable and not ex
-x EXCLUDE_BENCHMARKS [EXCLUDE_BENCHMARKS ...], --exclude-benchmarks EXCLUDE_BENCHMARKS [EXCLUDE_BENCHMARKS ...]
benchmarks to exclude
+
`./merge.py` can combine the results of different benchmark runs.
usage: merge.py [-h] [--license] [--version] [-b BENCHMARKS [BENCHMARKS ...]]