From 100bc66230e02bb03883c7ec77286f4516b1e3c6 Mon Sep 17 00:00:00 2001 From: Grigori Fursin Date: Fri, 18 Oct 2024 18:19:36 +0200 Subject: [PATCH] improve help --- cm/cmind/core.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cm/cmind/core.py b/cm/cmind/core.py index 69411b639..14ffdce1f 100644 --- a/cm/cmind/core.py +++ b/cm/cmind/core.py @@ -1071,6 +1071,8 @@ def _x(self, i, control): print (' -log={info (default) | debug | warning | error} - log level') print (' -logfile={path to log file} - record log to file instead of console') print (' -raise - raise Python error when automation action fails') + print (' -time - print elapsed time for a given automation') + print (' -profile - profile a given automation') print (' -repro - record various info to the cmx-repro directory to replay CMX command') print ('') print ('Check https://github.com/mlcommons/ck/tree/master/cm/docs/cmx for more details.')