commit | 5c0844e5aa1aec66040a6408fef8c40dc2be9abb | [log] [tgz] |
---|---|---|
author | Aaron Krajeski <aaronhk@chromium.org> | Sat Jan 16 02:04:46 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jan 16 02:04:46 2021 |
tree | a452d688ead9219c8537de962e5b74983d9bc822 | |
parent | 60e7aba7b0ad80e172f3a2e5865b69210d6cf58f [diff] |
Record toblob with new UMA metric Our toblob metrics were all ending up in the overflow bucket: https://uma.googleplex.com/p/chrome/histograms?sid=bc11d3b58d816ec456478bd44834c192 Also, UmaHistogramMicrosecondsTimesUnderTenMilliseconds is deprecated: crbug.com/983261 Unfortunately I need to change their names in order to use the new macro without messing up old data. Bug: 1165901 Change-Id: I163a093ab055a989aded448a4b5ee0f69ec3582e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625291 Reviewed-by: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by: Fernando Serboncini <fserb@chromium.org> Reviewed-by: Aaron Krajeski <aaronhk@chromium.org> Commit-Queue: Aaron Krajeski <aaronhk@chromium.org> Cr-Commit-Position: refs/heads/master@{#844334}
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.