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
When using py-spy record -f speedscope, the -F flag seems to make no difference. Functions are still split into separate chunks by line number. Additionally the line number isn't even visible in the sandwich view, which makes it a bit hard to use.
The text was updated successfully, but these errors were encountered:
Previously all speedscope output included the line number, even if the user
generated the profile with the -F flag (Aggregate samples by function name
instead of by line number). Fix to not include line numbers in speedscope
profiles with the -F flag (#201)
When using
py-spy record -f speedscope
, the-F
flag seems to make no difference. Functions are still split into separate chunks by line number. Additionally the line number isn't even visible in the sandwich view, which makes it a bit hard to use.The text was updated successfully, but these errors were encountered: