[roll] Roll fuchsia [fxfs] Instrument LSM-Tree operations

This instruments LSM-Tree implementations (find, insert,
replace_or_insert, merge_into) and Directory operations (lookup)
to record standard latency histograms using fuchsia_inspect.

The DurationMeasureScope struct has been introduced as a Drop scope helper
to securely measure the execution duration of functions, including
asynchronous functions, without being interrupted by await yield
points.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1516090
Original-Revision: cb7fd16882acd582b94daaf5d679f91095279fd1
GitOrigin-RevId: bbe8ed02bd9f783f27791bda5aac4a7e171bb077
Change-Id: I0e37379d197b24390f857c8a03a7cd4b8dab936b
1 file changed
tree: 9380906f935ea88955f1ac3a586cf3259273be69
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.