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
Maybe I'm reading this wrong, but the ArXive paper talks about full stack profiling a lot and references pyinstrument. It seems like that functionality should be possible?
This issue has come up a fewtimes, so it would be good to get some clarity on whether there are any plans to support this.
And if not, this issue can serve to clarify and direct people towards pyinstrument if they need that functionality :).
On the subject of pyinstrument, if anyone wants to try it:
pip install pyinstrument
pyinstrument --show-all -r html my_script.py
is what you want for the full stack with expandable trees :).
The text was updated successfully, but these errors were encountered:
Maybe I'm reading this wrong, but the ArXive paper talks about full stack profiling a lot and references pyinstrument. It seems like that functionality should be possible?
This issue has come up a few times, so it would be good to get some clarity on whether there are any plans to support this.
And if not, this issue can serve to clarify and direct people towards pyinstrument if they need that functionality :).
On the subject of pyinstrument, if anyone wants to try it:
is what you want for the full stack with expandable trees :).
The text was updated successfully, but these errors were encountered: