0
Commit Graph

3 Commits

Author SHA1 Message Date
Avi Drissman
dfd8808526 Update copyright headers in testing/, tools/
The methodology used to generate this CL is documented in
https://crbug.com/1098010#c95.

No-Try: true
No-Presubmit: true
Bug: 1098010
Change-Id: I3a8a7b150e7bd64690534727150646081df50439
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3900697
Reviewed-by: Mark Mentovai <mark@chromium.org>
Auto-Submit: Avi Drissman <avi@chromium.org>
Owners-Override: Avi Drissman <avi@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1047644}
2022-09-15 20:11:09 +00:00
Takuto Ikuta
e840a3d9f4 use vpython3 for scripts in /tools
This is made by `git cl split` from https://crrev.com/c/3759062.

R=brucedawson@chromium.org

Change-Id: Ida463004881bb28db3e17080ed390ebf8e4fe757
Bug: 1347705
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3788935
Reviewed-by: Bruce Dawson <brucedawson@chromium.org>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1030842}
2022-08-03 01:07:56 +00:00
Bruce Dawson
df6fc16295 Add tool to print currently running build commands
Sometimes a Chromium build will be serialized such that only a few
commands are running. This can be analyzed after the fact with
post_build_ninja_summary.py from depot_tools or with ninjatracing,
but it is also nice to be able to find out in the moment what commands
are running.

Running buildstate will find all running ninja.exe commands and will
print their child processes (direct children only). This was used to
find that this target:

    gen/content/browser/devtools/devtools_resources_grit.d.stamp

takes almost a minute to build and can serialize the build.

Bug: 1162467
Change-Id: I3ac6406b1284dfa58ce243e7d8a89f79a0634af8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645638
Reviewed-by: Sébastien Marchand <sebmarchand@chromium.org>
Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#850909}
2021-02-05 01:55:50 +00:00