commit | 1455c155369d6c2434948e34fe57fb472001a4f8 | [log] [tgz] |
---|---|---|
author | Wei-Yin Chen (陳威尹) <wychen@chromium.org> | Fri Oct 08 22:57:15 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 08 22:57:15 2021 |
tree | ba4d251ee19884590a4089690a477aff4c4d8879 | |
parent | 6ea15db4c200ab1d3522ccf3fc2356d94d3d8422 [diff] |
Fix UMA Commerce.Carts.ExtractionExecutionTime https://crrev.com/c/3205509 broke UMA Commerce.Carts.ExtractionExecutionTime because it didn't count the time spent on waiting for Promise(). After the fix, it should be slightly longer than Commerce.Carts.ExtractionElapsedTime. Bug: 1255627, 1255628, 1255629 Change-Id: Ia134a0e5f69332265ae0c708967356b9525aff87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3214221 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Auto-Submit: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by: Yue Zhang <yuezhanggg@chromium.org> Cr-Commit-Position: refs/heads/main@{#929905}
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.