Skip to content

Commit

Permalink
Break lines
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed May 31, 2024
1 parent ee161ff commit de526ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion exec/make_command_o2.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ def main():
if save_tables:
msg_warn("Tables will be saved in trees.")
if perf:
msg_warn("Performance profiling stats will be saved in perf.data files.\n Convert them with: perf script --demangle -i perf.data --no-inline | c++filt -r -t > profile.linux-perf.txt\n and upload the output to https://www.speedscope.app/")
msg_warn("Performance profiling stats will be saved in perf.data files.\n"
" Convert them with: perf script --demangle -i perf.data --no-inline | c++filt -r -t > profile.linux-perf.txt\n"
" and upload the output to https://www.speedscope.app/.")

# Get workflow-independent options.
dic_opt = dic_in["options"]
Expand Down

0 comments on commit de526ab

Please sign in to comment.