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 · 1 comment
Open

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

FergusFettes opened this issue Jan 29, 2024 · 1 comment

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

@mcarans
Copy link

mcarans commented Jul 12, 2024

Having the stack trace in the UI would be really useful. I tried pyinstrument but it uses too much memory when profiling my application.

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

2 participants