Skip to content
Snippets Groups Projects
Commit 202a79fc authored by Florian Fischer's avatar Florian Fischer
Browse files

mention new -t option in readme

parent ee3d921b
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ allocbench consists of three small utilities: `bench.py`, `summarize.py` and `me ...@@ -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. `./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. 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 ...]] [-b BENCHMARKS [BENCHMARKS ...]]
[-x EXCLUDE_BENCHMARKS [EXCLUDE_BENCHMARKS ...]] [-x EXCLUDE_BENCHMARKS [EXCLUDE_BENCHMARKS ...]]
results results
...@@ -61,6 +61,8 @@ It groups the included allocators into categories to produce readable and not ex ...@@ -61,6 +61,8 @@ It groups the included allocators into categories to produce readable and not ex
optional arguments: optional arguments:
-h, --help show this help message and exit -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 --license print license info and exit
--version print version info and exit --version print version info and exit
-b BENCHMARKS [BENCHMARKS ...], --benchmarks BENCHMARKS [BENCHMARKS ...] -b BENCHMARKS [BENCHMARKS ...], --benchmarks BENCHMARKS [BENCHMARKS ...]
...@@ -68,6 +70,7 @@ It groups the included allocators into categories to produce readable and not ex ...@@ -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 ...] -x EXCLUDE_BENCHMARKS [EXCLUDE_BENCHMARKS ...], --exclude-benchmarks EXCLUDE_BENCHMARKS [EXCLUDE_BENCHMARKS ...]
benchmarks to exclude benchmarks to exclude
`./merge.py` can combine the results of different benchmark runs. `./merge.py` can combine the results of different benchmark runs.
usage: merge.py [-h] [--license] [--version] [-b BENCHMARKS [BENCHMARKS ...]] usage: merge.py [-h] [--license] [--version] [-b BENCHMARKS [BENCHMARKS ...]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment