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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1726873002: Report histogram creation results. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 9 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 | « content/app/content_main_runner.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 60140b3367e41a614910052a1d7bdff63781a7fb..ea08d4c7b5252f9859ba22e781769a23ad5e804f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -53629,6 +53629,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="UMA.Histograms.Activity" enum="HistogramActivityReport">
+ <owner>asvitkine@chromium.org</owner>
+ <owner>bcwhite@chromium.org</owner>
+ <summary>
+ Type and flags of every histogram created plus other activities. Counts are
+ not mutually-exclusive except for the different types.
+ </summary>
+</histogram>
+
<histogram name="UMA.InitSequence" enum="UmaInitSequence">
<owner>asvitkine@chromium.org</owner>
<summary>
@@ -70100,6 +70109,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="2" label="Both devices, pointing and keyboard, detected."/>
</enum>
+<enum name="HistogramActivityReport" type="int">
+ <int value="0" label="Reports created"/>
+ <int value="1" label="Histograms created"/>
+ <int value="2" label="Histograms found by look-up"/>
+ <int value="3" label="Logarithmic histograms created"/>
+ <int value="4" label="Linear histograms created"/>
+ <int value="5" label="Boolean histograms created"/>
+ <int value="6" label="Custom histograms created"/>
+ <int value="7" label="sparse histograms created"/>
+ <int value="8" label="UMA-targeted histograms created"/>
+ <int value="9" label="UMA-stability histograms created"/>
+ <int value="10" label="Persistent histograms created"/>
+</enum>
+
<enum name="HistoryFaviconsRecoveryEnum" type="int">
<summary>Error states noted in thumbnail_database.cc recovery code.</summary>
<int value="0" label="RECOVERY_EVENT_RECOVERED">Successful recovery.</int>
@@ -88088,6 +88111,13 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="OOBE.StepCompletionTime"/>
</histogram_suffixes>
+<histogram_suffixes name="OtherActivityProcesses" separator=".">
+ <suffix name="gpu-process"/>
+ <suffix name="renderer"/>
+ <suffix name="setup"/>
+ <affected-histogram name="UMA.Histograms.Activity"/>
+</histogram_suffixes>
+
<histogram_suffixes name="OverlappedReadImpact">
<suffix name="OverlappedReadDisabled" label="Non-blocking reads"/>
<suffix name="OverlappedReadEnabled" label="Default, async reads"/>
« no previous file with comments | « content/app/content_main_runner.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698