We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vmprof is a good sampling profiler for Python (native function support, etc.), but it has a terrible UI (vmprof/vmprof-server#2, vmprof/vmprof-server#38).
I'm wondering if would take much to convert vmprof to speedscope format.
https://vmprof.readthedocs.io/en/latest/format.html
I'm aware of effort for pyspy to output one of the speedscope formats, but that seems like a work in progress (as is pyspy's native function support).
The text was updated successfully, but these errors were encountered:
indeed the vmprof data appears to just be a list of samples
the vmprof package includes utilities for reading the data format and walking the tree
Sorry, something went wrong.
I see, I can use https://github.com/methane/vmprof-flamegraph for conversion from vmprof to brendan gregg's flamegraph format, which speedscope supports natively.
@belm0 If the conversion from vmprof to brendan gregg's flamegraph format is lossy, I'd accept a PR to add support specifically for vmprof
No branches or pull requests
vmprof is a good sampling profiler for Python (native function support, etc.), but it has a terrible UI (vmprof/vmprof-server#2, vmprof/vmprof-server#38).
I'm wondering if would take much to convert vmprof to speedscope format.
https://vmprof.readthedocs.io/en/latest/format.html
I'm aware of effort for pyspy to output one of the speedscope formats, but that seems like a work in progress (as is pyspy's native function support).
The text was updated successfully, but these errors were encountered: