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

gzipped json output #1

Open
nevion opened this issue Aug 22, 2017 · 1 comment
Open

gzipped json output #1

nevion opened this issue Aug 22, 2017 · 1 comment

Comments

@nevion
Copy link

nevion commented Aug 22, 2017

Chrome's about:tracing supports gzipped json as well as plain text. Per your note you might add a command line flag to write one of these gzipped files. I'd suggest some effort into making sure it's a streaming gzip write, table by table, so you don't end up sucking up several gigs of memory on more complicated profiling.

I think you could also do a batch submission to c++filt and get a reasonable speedup, in < 10 lines of code.
I'd be interested in seeing performance improvements and memory utilization optimizations, such as . Table by table is a great starter though, with minimal effort.

Cool project btw.

@ezyang
Copy link
Owner

ezyang commented Oct 9, 2017

Happy to add you with commit bits if you're interested in adding these features :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants