vmprof-python
vmprof-python copied to clipboard
Support flamegraph formatted output files natively
There are many flamegraph tools out there that support the flamegraph file format, it would be nice if vmprof could natively support them.
Could you try vmprof-flamegraph? repo
I did get it working with vmprof-flamegraph but I had a few issues:
- The code is mislabeled on pypi as supporting python 2.7 (universal wheel)
- This is something I would like to be built into vmprof as I think this is a fairly common use case
- I don't want to do pruning when converting file formats especially by default.