Skip to content

Commit bc411a6

Browse files
committed
fix
1 parent d6f8246 commit bc411a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/_command_lines_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ def get_parser_agg() -> ArgumentParser:
656656
parser.add_argument(
657657
"-w",
658658
"--values",
659-
default="^time_.*,^disc.*,^ERR_.*,CMD,^ITER.*,^onnx_.*,^op_onnx_.*",
659+
default="^time_.*,^disc.*,^ERR_.*,CMD,^ITER.*,^onnx_.*,^op_onnx_.*,^peak_gpu_.*",
660660
help="List of columns to consider as values, "
661661
"multiple values are separated by `,`\n"
662662
"regular expressions are allowed",

0 commit comments

Comments
 (0)