Skip to content
New issue

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

Add support for speedscope format #172

Closed
2 tasks
petethepig opened this issue Apr 30, 2021 · 0 comments · Fixed by #1589
Closed
2 tasks

Add support for speedscope format #172

petethepig opened this issue Apr 30, 2021 · 0 comments · Fixed by #1589
Labels
backend Mostly go code

Comments

@petethepig
Copy link
Member

We already have support for a few different formats, including pprof.

It would be great if we added support for speedscope format. It's somewhat similar to pprof, but it's json, not protobuf.

TODO

  • add a new parser method to parser.go
  • add a test for this new parser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Mostly go code
Development

Successfully merging a pull request may close this issue.

1 participant