[roll] Roll fuchsia [kernel][heap] Trace how long growing the heap takes

This CL adds a trace duration that captures how long it took to grow
the heap during an allocation and how many retries it took to do so.

It also slightly refactors the calculation of `growby` to make it
easier to understand.

Original-Bug: 399427107
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1253439
Original-Revision: a2bddada8e0cdfc4103f4f09f96865c2d90b1430
GitOrigin-RevId: 1c0e6654eb960cc616791548d31ba40e1edc5d65
Change-Id: Ic7b8e35d0fd6c58ab4fb844572d62cac0c360fb3
1 file changed
tree: c2869f3bc14813409aafaf09f323ec2258680533
  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 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.