benfred / py-spy

Sampling profiler for Python programs
MIT License
12.14k stars 400 forks source link

Is there a plan to add google pprof output format support #588

Open zhyee opened 1 year ago

zhyee commented 1 year ago

Google pprof is a data format dedicated to representing profiling sample data. Data is gzip compressed, so it is very suitable for storing on disk。 I would greatly appreciate it if you could consider to add it support.