[roll] Roll fuchsia [power][broker] Avoid Claim clones with Iterators

* When profiled, Power Broker was spending a decent chunk of CPU on
  cloning Claims to pass as Vecs between functions instead of just
  passing along an Iterator in place.
* Remove unnecessary collections where possible.
* In some cases, collecting was necessary because the underlying
  ClaimLookups were being modified.

Original-Fixes: b/496318339
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1553042
Original-Revision: 417762dc6287c38a93838964c4bd3d98081518e6
GitOrigin-RevId: 0fb1f92cc0c2f2dd13285cbf6bb8c509304c432a
Change-Id: Iecddf02ba43f6ddd5a488c6af7b9875111ba93fd
1 file changed
tree: a727db63e84c977f9ab20cb44dd3a1c731d1c1d9
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.