vmprof-python icon indicating copy to clipboard operation
vmprof-python copied to clipboard

Support flamegraph formatted output files natively

Open jogo opened this issue 9 years ago • 2 comments

There are many flamegraph tools out there that support the flamegraph file format, it would be nice if vmprof could natively support them.

jogo avatar Aug 15 '16 06:08 jogo

Could you try vmprof-flamegraph? repo

methane avatar Aug 15 '16 08:08 methane

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.

jogo avatar Aug 15 '16 08:08 jogo