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

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

Issue 2011213002: Record start up latency of DOM distiller viewer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d59435b60be62343cc4f1e68e004544bc3ae7800..5ceb35c45ff1aa147ebad07e715577d69d05e055 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9990,6 +9990,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>

Powered by Google App Engine
This is Rietveld 408576698