[roll] Roll fuchsia [windowed-stats] Implement serialization

Serialize all the information needed to deserialize the data from a
TimeMatrix. Adjust the allowable types for a TimeMatrix to match
what's in the design document, as otherwise we don't have a type
descriptor to include in the serialized buffer.

Update the `interpolate` method to no longer return a serialized buffer.
This way, we provide an option to update the TimeMatrix without having
to incur the cost of serialization.

Original-Bug: 350797382
Test: Added unit test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1084873
Original-Revision: 34b18f41206bffff528ba49dcf5e6f1b8a518b86
GitOrigin-RevId: 5e79c1192384b563d26a1fdbc7b3a659d735ce28
Change-Id: If768d82694ae0cd2825f45321cb4293e989bc2ba
1 file changed
tree: 90c31e6b5cae4221bc7b638de777e4fafb6f4c29
  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 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.