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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2882693002: Custom Tabs: add speculation status histograms. (Closed)
Patch Set: split histos Created 3 years, 7 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
« tools/metrics/histograms/enums.xml ('K') | « 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 7cfb8759a2bb05d1c6d81279a475e0b4178f527e..4c3e59966c9509ddfc08e7b57a478d068a2b5edc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9807,6 +9807,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="CustomTabs.SpeculationStatusOnStart"
+ enum="CustomTabsSpeculationStatusOnStart">
+ <owner>mattcary@chromium.org</owner>
+ <summary>
+ Android: How a speculation was started or why it was aborted.
pasko 2017/05/16 14:35:50 CustomTabs is Android-only, so there is no extra b
mattcary 2017/05/22 10:07:11 The other histograms mention android, so I was bei
+ </summary>
+</histogram>
+
+<histogram name="CustomTabs.SpeculationStatusOnSwap"
+ enum="CustomTabsSpeculationStatusOnSwap">
+ <owner>mattcary@chromium.org</owner>
+ <summary>
+ Android: What happened when a speculation was attempted to be swapped.
pasko 2017/05/16 14:35:50 Same as above, please write explicitly "Recorded w
mattcary 2017/05/22 10:07:11 Done.
+ </summary>
+</histogram>
+
<histogram name="CustomTabs.Visible" enum="VisibleTab">
<owner>yusufo@chromium.org</owner>
<summary>
« tools/metrics/histograms/enums.xml ('K') | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698