[roll] Roll fuchsia [audio][inspect] Add average metrics for subtasks

Renamed `MinMaxSumRecords` to `AggregateRecords`. Added
`avg_task_records_` and `avg_metrics_` to `AggregateRecords` for
tracking average metrics. Modified `RecordTaskMetrics` to calculate
and record average metrics. Made thread metrics collection in
`Subtask::Start()` and `Subtask::Done()` conditional based on
`collect_thread_metrics_` flag. Added `operator/` to
`Subtask::Metrics` for average calculation. Updated `RunningInterval`
and `RingBufferSpecification` to use `aggregate_records_`.

Test: Added `AvgTaskMetrics` to `recorder_test.cc`.
Original-Fixed: 458749033
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1417154
Original-Revision: 7286d4ef905dc1ec4959f49a1a35ccd5ba844239
GitOrigin-RevId: 3215f7edcd6ebff53e529c5b916fb6b6b5846035
Change-Id: Iaa3166bb3c879c7307291cbc7898b347e41e4657
1 file changed
tree: afc091a2e2dc27f6da899d9d415aa4d88252211d
  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.