Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
aaupov committed Feb 2, 2024
1 parent 9cb38cf commit 53e8dc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions clang/utils/perf-training/perf-helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ def merge(args):
)
parser.add_argument("profdata", help="Path to llvm-profdata tool")
parser.add_argument("output", help="Output filename")
parser.add_argument("paths", nargs='+',
help="Folder(s) containing input profraw files")
parser.add_argument(
"paths", nargs="+", help="Folder(s) containing input profraw files"
)
parser.add_argument("--sample", action="store_true", help="Sample profile")
opts = parser.parse_args(args)

Expand Down

0 comments on commit 53e8dc8

Please sign in to comment.