[roll] Roll fuchsia [inspect][rust] Avoid powi for double histograms

Optimize runtime performance of double exponential histograms by
avoiding powi() in DoubleExponentialHistogramProperty::get_index()

Original-Fixed: 481761588
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1503200
Original-Revision: ffd83e2d6b6748d4966e6ad76fb81130365df3a7
GitOrigin-RevId: 83ffb01184dc1b78b331aeb05c7576e3d1cd0ba6
Change-Id: I0c8e648b054837f77552e1c1ddbfe2d6f9954558
1 file changed
tree: 641e835046ce2111899a04268c1184549db19843
  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.