succeeded bazel build //...
Scroll to zoom at the cursor, drag to pan, shift+drag (or drag in the axis) to zoom to a range, drag the overview to move. Click an event for its details and action breakdown, double-click to zoom to it, click a thread name to collapse it. Keys: +/- zoom, ←/→ pan, 0 reset, / search, c critical path, Esc clear.
Phases
- Launch Blaze 11ms
- Initialize command 60ms
- Evaluate target patterns 7ms
- Load, analyze dependencies and build artifacts 363ms
- Complete build 0ms
348 events on 8 threads · wall 440ms · critical path 332ms
Action time by phase
- local execution 2× 577ms
- outputs 3× 1ms
Summed across threads: cache checks, input uploads, queueing, remote and local execution, output downloads.
Time by category
| general information | 331× | 2.8s |
| action processing | 3× | 589ms |
| action count (local) | 2× | 582ms |
| skyframe evaluator | 1× | 345ms |
| critical path component | 2× | 332ms |
| build phase marker | 1× | 11ms |
| bazel module processing | 3× | 5ms |
| complete action execution | 3× | 1ms |
| discover inputs | 2× | 1ms |
Action time by mnemonic
| CppCompile | 2× | 588ms |
| BazelWorkspaceStatusAction | 1× | 2ms |
Critical path
- action 'Compiling main/hello-world.cc' 332ms
- action 'Linking main/hello-world' 1ms
Longest events
| buildTargets | general information | Main Thread | 371ms |
| runAnalysisAndExecutionPhase | general information | Main Thread | 361ms |
| skyframeExecutor.evaluateBuildDriverKeys | general information | Main Thread | 346ms |
| ParallelEvaluator.eval | general information | Main Thread | 346ms |
| Parallel Evaluator evaluation | skyframe evaluator | Main Thread | 345ms |
| action 'Compiling main/hello-world.cc' | critical path component | Critical Path | 332ms |
| Compiling main/hello-world.cc | action processing | skyframe-evaluator-execution-3 | 331ms |
| Action.execute | general information | skyframe-evaluator-execution-3 | 330ms |
| Resources acquired | action count (local) | skyframe-evaluator-execution-3 | 328ms |
| subprocess.run | general information | skyframe-evaluator-execution-3 | 326ms |
| Compiling lib/hello-time.cc | action processing | skyframe-evaluator-execution-4 | 257ms |
| Action.execute | general information | skyframe-evaluator-execution-4 | 256ms |
| Resources acquired | action count (local) | skyframe-evaluator-execution-4 | 253ms |
| subprocess.run | general information | skyframe-evaluator-execution-4 | 250ms |
| handleDiffs | general information | Main Thread | 44ms |
Timeline from build events (tests and reported actions)
Phases from Bazel's timing metrics, tests from their attempt timings, actions as reported (all actions with --build_event_publish_all_actions).
The full per-action profile timeline arrives once the build's
command.profile.gz
can be fetched.