jlfwong / speedscope

🔬 A fast, interactive web-based viewer for performance profiles.
https://www.speedscope.app
MIT License
5.52k stars 241 forks source link

Format support: Google's pprof #164

Closed divan closed 6 years ago

divan commented 6 years ago

There is Google protobuf-based file format used for profilers in Google tooling. I'm more interested in being able to open profiles for Go programs, generated by built-in go tool pprof.

https://github.com/google/pprof/tree/master/proto https://blog.golang.org/profiling-go-programs

I've seen the mention of charity donations based policy for selecting issues. Would it apply here?

jlfwong commented 6 years ago

Hi @divan!

I believe this is the same as https://github.com/jlfwong/speedscope/issues/60. The charity donation policy applies there, since the comment is on that thread!

divan commented 6 years ago

Oh, missed that. Thanks!