Skip to content

Commit 4bd3559

Browse files
jinChromeos LUCI
authored andcommitted
Collect network metrics in BEP and JSON profiles.
BUG=b:311169573 TEST=https://ui.perfetto.dev/#!/?s=2a4e27004ea93d2723c2f5ec62ce56156af7be8916ec72faf1ae51718b5a4954 has network up/down lanes. Change-Id: Ic0389181c26cb34383b070f72a172c23cdc79d19 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/bazel/+/5056606 Reviewed-by: Matt Stark <[email protected]> Reviewed-by: Tim Bain <[email protected]> Commit-Queue: Jingwen Chen <[email protected]> Tested-by: Jingwen Chen <[email protected]> Auto-Submit: Jingwen Chen <[email protected]>
1 parent 8401f3e commit 4bd3559

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bazelrcs/common.bazelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ build --nostamp
6868
# Minimize remote cache downloads
6969
build --remote_download_toplevel
7070

71+
# Collect system-wide network metrics in JSON profiles and BEP
72+
# (build_metrics.network_metrics)
73+
build --experimental_collect_system_network_usage
74+
7175
###
7276
# Correctness guarantees
7377
###

0 commit comments

Comments
 (0)