scalene icon indicating copy to clipboard operation
scalene copied to clipboard

Full stack profiling/ full stack tracing a la pyinstrument

Open FergusFettes opened this issue 1 year ago • 1 comments

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:

pip install pyinstrument
pyinstrument --show-all -r html my_script.py

is what you want for the full stack with expandable trees :).

FergusFettes avatar Jan 29 '24 05:01 FergusFettes