Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
Context: bazelbuild/bazel#14057 (comment)
PiperOrigin-RevId: 584831759
  • Loading branch information
Googler authored and copybara-github committed Nov 23, 2023
1 parent eae4688 commit 1b71de1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ message BuildMetrics {
PackageMetrics package_metrics = 4;

message TimingMetrics {
// For Skymeld,
// For Skymeld, it's possible that
// analysis_phase_time_in_ms + execution_phase_time_in_ms >= wall_time_in_ms
//
// The CPU time in milliseconds consumed during this build.
Expand Down Expand Up @@ -1230,7 +1230,6 @@ message BuildMetrics {
int64 io_exception_destroyed_count = 7;
// Number of workers destroyed due to InterruptedExceptions.
int64 interrupted_exception_destroyed_count = 8;

}
}

Expand Down

0 comments on commit 1b71de1

Please sign in to comment.