[roll] Roll fuchsia [profile] fx build-profile takes effect

When when `fx build-profile` is enabled, the ninja invocation
is wrapped (yet another layer) with build/profile/vmstat_wrap.sh,
which runs `vmstat` for the duration of the build, saving raw logs
to $FUCHSIA_BUILD_DIR/.build_profile/vmstat.*.log.
(Later, another script will ingest/transform these logs into a trace
format, to be picked up by `fx report-last-build`.)

Tested:
  fx build (Ctrl-C interrupted)
  ensure that no vmstat processes linger

Original-Bug: 370569880
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1134701
Original-Revision: fa3c5dd3fd57437d7771a9a12ebdc698d00bd5db
GitOrigin-RevId: 6fb360ce35112313f1f5b498c67c93896fa1d2a3
Change-Id: I44749c0100708a705f5a4b45734451ab42eb1588
1 file changed
tree: 693a1f8056e5f8e60d98d4a4e1bb2d32e97c006f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.