Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(689)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2949173002: UMA for the Stale Previews timestamp (Closed)
Patch Set: comments Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 2066ab170e99b48ffbc46b490a0439b07c9b7ca5..da94bd2ea8137ebb6d64c02d9a7b72c77fccd5e0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -58017,6 +58017,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Previews.InfoBarTimestamp" enum="PreviewsInfoBarTimestamp">
+ <owner>megjablon@chromium.org</owner>
+ <summary>
+ Whether the timestamp for a stale preview was shown on the infobar. If the
+ timestamp was not shown, states the reason why.
+ </summary>
+</histogram>
+
<histogram name="Previews.OptOut.DBRowCount" units="rows">
<owner>ryansturm@chromium.org</owner>
<summary>
@@ -65613,8 +65621,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>
Time between starting raster work on the pending tree and when it is ready
to activate. Unlike PendingTreeDuration which - includes the time to commit
- to this tree, the raster duration and the time for which the pending
- tree waits before it can be activated - this only measures the time taken to
+ to this tree, the raster duration and the time for which the pending tree
+ waits before it can be activated - this only measures the time taken to
rasterize tiles required for activation.
The interval is recorded each time we are notifed that a pending tree is
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698