-
-
Notifications
You must be signed in to change notification settings - Fork 673
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for rspack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
CodSpeed Performance ReportMerging #10549 will not alter performanceComparing 🎉 Hooray!
|
d9daba8
to
d8691f9
Compare
511a069
to
6d01649
Compare
Co-authored-by: pshu <[email protected]>
Summary
fix #10530 and
perfetto
layer support which use perfetto native protobuf formatchrome
layer as alias ofperfetto
layer t avoid registerGlobalTrace apilogger
layer output to json formatCompare
legacy json format
which has following problems
Global Trace Event
which 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