Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full stack profiling/ full stack tracing a la pyinstrument #765

Open
FergusFettes opened this issue Jan 29, 2024 · 0 comments
Open

Full stack profiling/ full stack tracing a la pyinstrument #765

FergusFettes opened this issue Jan 29, 2024 · 0 comments

Comments

@FergusFettes
Copy link

FergusFettes commented Jan 29, 2024

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 :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant