commit | a2b6728c135e4ced1deeaad385dcb2c32465e781 | [log] [tgz] |
---|---|---|
author | Jia Li <lizhijia@fuchsia.infra.roller.google.com> | Tue Dec 17 16:24:30 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Dec 17 16:26:05 2024 -0800 |
tree | 4c6ac983638a8cae5bec216af3234c119e99c9b9 | |
parent | 320b4a1fdd5d18eac52b3fca1935401e5e7cbb80 [diff] |
[roll] Roll fuchsia [profiler]Add buffer_size_mb as an argument for ffx launch and attach Tests: Unit tests: ``` --with-test //src/performance:tests --with-test --with-test //src/developer ``` Manual tests: run ``` ffx profiler attach --duration 5 --url fuchsia-pkg://fuchsia.com/my-component#meta/profiler.cm --buffer-size-mb 16\ ``` check per cpu buffer size creation log - log inside diff, won't merge: ``` [00224.575353][klog] INFO: ZHIJIA: Buffer size for CPU 0: 16777216 bytes [00224.575355][klog] INFO: ZHIJIA: Buffer size for CPU 1: 16777216 bytes [00224.575355][klog] INFO: ZHIJIA: Buffer size for CPU 2: 16777216 bytes [00224.575356][klog] INFO: ZHIJIA: Buffer size for CPU 3: 16777216 bytes ``` Original-Fixed: 381259383 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1175519 Original-Revision: a745497ade90faa902e62d6cb5872d656f7c95a2 GitOrigin-RevId: f749b060fe1913cea69bc680fb15c7257349925d Change-Id: Ibec811d18fdcb4b81dc6501f9206dd7a1ccd0212
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.