summaryrefslogtreecommitdiff
path: root/bin/analyze-archive.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/analyze-archive.py')
-rwxr-xr-xbin/analyze-archive.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/analyze-archive.py b/bin/analyze-archive.py
index 88b6802..fef8005 100755
--- a/bin/analyze-archive.py
+++ b/bin/analyze-archive.py
@@ -365,11 +365,6 @@ if __name__ == "__main__":
)
dfatool.cli.add_standard_arguments(parser)
parser.add_argument(
- "--info",
- action="store_true",
- help="Show state duration and (for each state and transition) number of measurements and parameter values)",
- )
- parser.add_argument(
"--no-cache", action="store_true", help="Do not load cached measurement results"
)
parser.add_argument(
@@ -459,13 +454,6 @@ if __name__ == "__main__":
"Note that this may remove entire function calls from the model.",
)
parser.add_argument(
- "--log-level",
- metavar="LEVEL",
- choices=["debug", "info", "warning", "error"],
- default="warning",
- help="Set log level",
- )
- parser.add_argument(
"--with-safe-functions",
action="store_true",
help="Include 'safe' functions (safe_log, safe_inv, safe_sqrt) which are also defined for 0 and -1. "