Skip to content

Commit

Permalink
[MegaLinter] Apply linters automatic fixes (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: vkucera <vkucera@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and vkucera authored May 31, 2024
1 parent fa12e2d commit f578a97
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions exec/make_command_o2.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,12 @@ 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 f578a97

Please sign in to comment.