[roll] Roll fuchsia [state_recorder] Support C++ continuous averages.

Using the current timestamp for trace counters doesn't visualize well
for continuous averages. Doing so results in a value being graphed
after the interval over which it was averaged.

This commit adds a `continuous_averages` option to
NumericStateMetadata that causes a counter event to be recorded at
the previous timestamp.

Rust support for this option requires https://fxbug.dev/478884792.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1488277
Original-Revision: a4119c55ffb10a442a711692176c9ca2a822f4b1
GitOrigin-RevId: 384cb28c1f76aa2dd9374d063066ab24cd662fee
Change-Id: Iae56e93d15d8bb20fee93884a17974b401dc0bdd
1 file changed
tree: f6791645fec0d520d75b2dca59fa8d3b455e69e1
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.