commit | 9e058b02e0beaae7d8066295a012bdd685a65607 | [log] [tgz] |
---|---|---|
author | Sunny Sachanandani <sunnyps@chromium.org> | Thu Feb 06 22:05:09 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 06 22:05:09 2025 |
tree | b6606efe548052ba886f619fb0c7a9708aa0a6d7 | |
parent | e33687baa5ded6f03e99101ff79de97eac373824 [diff] |
gpu: Flow trace events for sync token wait and release Add flow trace events for sync token waits and releases. Make the callback id a global static atomic so that it can uniquely identify a sync token wait across all clients, and thus can be used as the flow trace id. Bug: 394772735 Change-Id: I54cddbe9903e292384c9bbdf524ff1353783940f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6239164 Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Auto-Submit: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/main@{#1417011}
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.