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
-
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:App
target.Open in Chrome:
chrome://tracing
or https://ui.perfetto.dev/Drag and drop the generated file.
Results in the following:
Beta Was this translation helpful? Give feedback.
All reactions