-
-
Notifications
You must be signed in to change notification settings - Fork 760
feat: support perfetto proto as tracing format #10549
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
Conversation
✅ Deploy Preview for rspack canceled.
|
CodSpeed Performance ReportMerging #10549 will not alter performanceComparing 🎉 Hooray!
|
d9daba8 to
d8691f9
Compare
511a069 to
6d01649
Compare
Co-authored-by: pshu <stormslowly@gmail.com>
|
📝 Benchmark detail: Open
|
Co-authored-by: pshu <stormslowly@gmail.com>
stormslowly
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice job
Summary
fix #10530 and
perfettolayer support which use perfetto native protobuf formatloggerlayer output to json format for better support for parsingCompare
legacy json format
which has following problems
Global Trace Eventwhich user doesn't know the meaning)native perfetto protocol
After moving from legacy json format to native protocol format we solves the following existing problems of legacy json format
loader analysis
plugin analysis
build overview
Todo
reduce trace file size by using interned_data for all module identifier
Checklist