Profiling Build Times with Bazel #1663
louwers
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Cool Bazel feature: you can produce a JSON Trace Profile to see what is taking up most time when making a build with Bazel.
For example, here is how I generated a profile for the
//platform/ios:Apptarget.Open in Chrome:
chrome://tracingor https://ui.perfetto.dev/Drag and drop the generated file.
Results in the following:
Beta Was this translation helpful? Give feedback.
All reactions