| commit | 36ab8f72ce47f032fee56240f3cc39f98e23f114 | [log] [tgz] |
|---|---|---|
| author | Oksana Zhuravlova <oksamyt@chromium.org> | Mon Mar 31 15:30:30 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 31 15:30:30 2025 |
| tree | 42c49ca19804c07b0e321e04381a8acddd2fda52 | |
| parent | 07a32e584425647a36550b8c6ba404d3673226d1 [diff] |
[tracing][stdlib] Add a scroll jank tag for long input dispatch This CL plumbs through the durations of the InputReader and Input dispatcher steps to `chrome_scroll_update_info` and adds a new tag for cases when the sum of InputReader and InputDispatcher durations exceeds 3 ms. This potentially points to OS-related delays. PERFETTO_TESTS=`autoninja -C out/Default perfetto_diff_tests && out/Default/bin/run_perfetto_diff_tests` Bug: b:405168521 Change-Id: Ic99c83e8e9e19a532e4b4fae75bc76f6c6027751 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6397224 Reviewed-by: Petr Cermak <petrcermak@chromium.org> Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1440301}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.