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

Reduce Chrome profiler file size by using Complete events #47

Closed
wesleywiser opened this issue May 17, 2019 · 0 comments · Fixed by #59
Closed

Reduce Chrome profiler file size by using Complete events #47

wesleywiser opened this issue May 17, 2019 · 0 comments · Fixed by #59
Labels
enhancement New feature or request T-crox Related to the crox tool

Comments

@wesleywiser
Copy link
Member

Right now, the crox tool emits one Begin event and one End event for each non-instant event. The Complete event combines the Begin and End events together which should substantially reduce the size of the json file (up to half).

Chrome Profiler File Format Docs

@wesleywiser wesleywiser added enhancement New feature or request T-crox Related to the crox tool labels May 17, 2019
andjo403 added a commit to andjo403/measureme that referenced this issue Sep 30, 2019
to reduce the size of the generated json file
fixes rust-lang#47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request T-crox Related to the crox tool
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant