summaryrefslogtreecommitdiff
path: root/bin/analyze-archive.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/analyze-archive.py')
-rwxr-xr-xbin/analyze-archive.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/analyze-archive.py b/bin/analyze-archive.py
index 49998e6..b6a3d28 100755
--- a/bin/analyze-archive.py
+++ b/bin/analyze-archive.py
@@ -189,13 +189,6 @@ if __name__ == "__main__":
"--no-cache", action="store_true", help="Do not load cached measurement results"
)
parser.add_argument(
- "--plot-unparam",
- metavar="<name>:<attribute>:<Y axis label>[;<name>:<attribute>:<label>;...]",
- type=str,
- help="Plot all mesurements for <name> <attribute> without regard for parameter values. "
- "X axis is measurement number/id.",
- )
- parser.add_argument(
"--plot-param",
metavar="<name>:<attribute>:<parameter>[:gplearn function][;<name>:<attribute>:<parameter>:[function];...])",
type=str,