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 9ms
- Initialize command 96ms
- Evaluate target patterns 7ms
- Load, analyze dependencies and build artifacts 1.4s
- Complete build 0ms
334 events on 10 threads · wall 1.5s · critical path 1.4s
Action time by phase
- remote execution 2× 1.2s
- upload inputs 2× 171ms
- setup 1× 56ms
- cache check 1× 3ms
- download outputs 1× 3ms
- outputs 2× 1ms
Summed across threads: cache checks, input uploads, queueing, remote and local execution, output downloads.
Time by category
| general information | 315× | 7.4s |
| skyframe evaluator | 1× | 1.4s |
| action processing | 2× | 1.4s |
| critical path component | 1× | 1.4s |
| remote action execution | 2× | 1.2s |
| Remote execution process wall time | 1× | 960ms |
| Remote execution upload time | 1× | 127ms |
| Remote execution file fetching | 1× | 90ms |
| Remote execution setup | 1× | 56ms |
| gc notification | 1× | 15ms |
Action time by mnemonic
| CppCompile | 1× | 1.4s |
| BazelWorkspaceStatusAction | 1× | 3ms |
Critical path
- action 'Compiling main/hello-world.cc' 1.4s
Longest events
| buildTargets | general information | Main Thread | 1.4s |
| runAnalysisAndExecutionPhase | general information | Main Thread | 1.4s |
| skyframeExecutor.evaluateBuildDriverKeys | general information | Main Thread | 1.4s |
| ParallelEvaluator.eval | general information | Main Thread | 1.4s |
| Parallel Evaluator evaluation | skyframe evaluator | Main Thread | 1.4s |
| action 'Compiling main/hello-world.cc' | critical path component | Critical Path | 1.4s |
| Compiling main/hello-world.cc | action processing | skyframe-evaluator-execution-2 | 1.4s |
| Action.execute | general information | skyframe-evaluator-execution-2 | 1.4s |
| execute remotely | remote action execution | skyframe-evaluator-execution-2 | 1.2s |
| execute | Remote execution process wall time | skyframe-evaluator-execution-2 | 960ms |
| upload missing inputs | Remote execution upload time | skyframe-evaluator-execution-2 | 127ms |
| fetch | Remote execution file fetching | skyframe-evaluator-execution-2 | 90ms |
| getAndVerifyServerCapabilities | general information | remote-executor-12 | 76ms |
| handleDiffs | general information | Main Thread | 74ms |
| getAndVerifyServerCapabilities | general information | remote-executor-8 | 65ms |
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.