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

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

Issue 2060583002: Record start up latency of DOM distiller viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 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 | « components/dom_distiller/core/url_utils_unittest.cc ('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 d4d8f6bbe4567e8ad39e24b8f450fa17c99e2b6f..5873b38c7b18c619140b55b4f8ad0d6f4d9a3106 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9924,6 +9924,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DomDistiller.Time.ViewerLoading" units="ms">
+ <owner>wychen@chromium.org</owner>
+ <summary>
+ Records the time from the Reader Mode panel opening to the viewer loaded.
+ </summary>
+</histogram>
+
<histogram name="DomDistiller.Time.ViewingReaderModePanel" units="ms">
<owner>mdjones@chromium.org</owner>
<summary>
« no previous file with comments | « components/dom_distiller/core/url_utils_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698