[roll] Roll fuchsia [MetricsLogger] Log CPU loads by cluster

Previously CPU load is reported as a fraction of maximum load of all the
processors. This change queries the ZBI for cpu topology to get a mapping
from CPUs to their performance classes. CPU load is then reported
separately per-cluster.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/668128
Original-Revision: 450c7836c5d6a7d1e3da00a8690b2c4f6442c408
GitOrigin-RevId: 659718ce86de4997441475b8778d8eb8dc794980
Change-Id: Ib679f0677e88caa5047afc25dc4f243b08f4f210
1 file changed
tree: 8560a284058543a5944c01f1da1f54809543b543
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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 via the IRC channel #fuchsia on Freenode.

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.