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

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

Issue 2867683002: Log the creation of dialog boxes using DialogDelegateView and BubbleDialogDelegateView. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | ui/views/bubble/bubble_dialog_delegate.cc » ('j') | 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 8b5dd5c804e344df612a0a8530a124c680d98038..4ec4ecbdef3eae300faba00a747ceec81f651d6f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11853,6 +11853,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Dialog.BubbleDialogDelegateView.Creation"
jwd 2017/05/08 22:37:16 Can you refactor these histograms using the histog
+ enum="BooleanCreated">
+ <owner>pdyson@chromium.org</owner>
+ <summary>
+ Counts the number times dialog boxes are created using
+ BubbleDialogDelegateView.
+ </summary>
+</histogram>
+
<histogram name="Dialog.Creation" enum="DialogName">
<owner>pdyson@chromium.org</owner>
<summary>
@@ -11867,6 +11876,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Dialog.DelegateView.Creation" enum="BooleanCreated">
+ <owner>pdyson@chromium.org</owner>
+ <summary>
+ Counts the number times dialog boxes are created using DialogDelegateView.
+ </summary>
+</histogram>
+
<histogram name="DirectWrite.Fonts.BuildCache.File.Size" units="KB">
<owner>shrikant@chromium.org</owner>
<summary>
« no previous file with comments | « no previous file | ui/views/bubble/bubble_dialog_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698