[roll] Roll fuchsia [windowed-stats] Add DeltaSimple8bRleRingBuffer

DeltaSimple8bRleRingBuffer stores the base value unencoded, diffs
every two adjacent values, and stores the diffs into a
Simple8bRleRingBuffer. DeltaSimple8bRleRingBuffer only accepts
non-decreasing values. It is primarily intended to store counters, where
values are cumulative.

Original-Bug: 352614791
Test: Added unit tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1106970
Original-Revision: 9478a301eb6178faac1688e1e1b1de82f9940acd
GitOrigin-RevId: 5b820e584e0e8dbddfb2705035e6c6e22535ec07
Change-Id: I2dbb77011b149777b329fcacf98052d688483fc9
1 file changed
tree: 21f9c6fd8c8dc9510cfa151320bbf8f58be4d215
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.