[roll] Roll fuchsia [wlan][policy] Queue duration stats

Queue duration stats to be logged during periodic telemetry. This
reduces the likelihood of two counters being out of sync. For example,
before, when telemetry loop receives NetworkSelectionDecision event with
no saved neighbor, the `downtime_no_saved_neighbor_duration` is updated
immediately while the `downtime_duration` counter is updated during
periodic telemetry, so there's a likelihood of several seconds where the
former duration is longer than the latter.

Original-Bug: 78170
Original-Bug: 78318
Test: fx test wlancfg-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/556419
Original-Revision: 8775753b204073803e478cb3d28acffe10f2e33a
GitOrigin-RevId: 1d5d94f186518287bc0c4664dfc132348ceb8dc9
Change-Id: I1e34e68d10104ee0e096c1e1359a1dbd6b7b2979
1 file changed
tree: b2e2cc4d7ef8a677b6837ac10459c580984d0057
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.