Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
Context: bazelbuild#14057 (comment)
PiperOrigin-RevId: 584831759
Change-Id: I87359df6551f4221a6e506c1f458ccbeb9b798f2
  • Loading branch information
joeleba authored and copybara-github committed Nov 23, 2023
1 parent bf0de1b commit e40f5e9
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 e40f5e9

Please sign in to comment.