[roll] Roll fuchsia [time][inspect] Corrects the way inspect properties are recorded

The old code used the `record_*` API which churns through inspect
memory. This is incorrect and not needed.

This change moves the creation of inspect prpoperties out of the
loop, ensuring they are rewritten, and not recreated on each
loop iteration.

While I was there, I reorganized the properties a bit as well.
Since no tooling depends on this data schema just yet, it is
low risk to change.

Original-Bug: 393633010
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1196286
Original-Revision: 41e8df40eb4d36ed7eea23ff6dc4f391e34ec4d2
GitOrigin-RevId: 49923a512fbceec3e12a175d9a2d49016c43e674
Change-Id: I22191fdcb4887711699d854f6e5b9d21c8c40cfb
1 file changed
tree: d9b392ac8caed5dcc10be9b7b9a44b5587cd9c60
  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.