You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the document, it gives an example of command, which works great:
perf record -a -F 999 -g ./my_program > perf.data
But in most case, I don't have sudo privilege, which means I cannot use -a to perf systemwide events.
Also the size of systemwide result is really large.
Currently speedscope doesn't support this kind of format. Do you have any plans on this? Thanks!
The text was updated successfully, but these errors were encountered:
Hey @Molin-L, do you have an example of a profile generated by perf that speedscope won't import? I'm not deeply familiar with the various formats output by perf, so it's totally possible this is accidentally broken
In the document, it gives an example of command, which works great:
perf record -a -F 999 -g ./my_program > perf.data
But in most case, I don't have sudo privilege, which means I cannot use
-a
to perf systemwide events.Also the size of systemwide result is really large.
Currently speedscope doesn't support this kind of format. Do you have any plans on this? Thanks!
The text was updated successfully, but these errors were encountered: