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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1637493002: Add SameVersionStartupCounts suffix to startup HardFault and Temperature histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@b1_startup_count_metric
Patch Set: back to _COUNT instead of _MAX Created 4 years, 10 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/startup_metric_utils/browser/startup_metric_utils.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 126ec84b0baf5ab9b1048f602b3ac78c547180da..6cf001e99482d00f2e3842bf3285a2e72ff7c1d8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -47557,6 +47557,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Startup.BrowserMessageLoopStartHardFaultCount.FirstRun"
units="faults">
+ <obsolete>
+ Removed 1/2016.
+ </obsolete>
<owner>chrisha@chromium.org</owner>
<summary>
The number of hard faults incurred in the browser process from startup to
@@ -86149,6 +86152,21 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="SB2.PrefixSetSizeKilobytes"/>
</histogram_suffixes>
+<histogram_suffixes name="SameVersionStartupCounts">
+ <suffix name="1" label="1st startup with same version"/>
+ <suffix name="2" label="2nd startup with same version"/>
+ <suffix name="3" label="3rd startup with same version"/>
+ <suffix name="4" label="4th startup with same version"/>
+ <suffix name="5" label="5th startup with same version"/>
+ <suffix name="6" label="6th startup with same version"/>
+ <suffix name="7" label="7th startup with same version"/>
+ <suffix name="8" label="8th startup with same version"/>
+ <suffix name="9" label="9th startup with same version"/>
+ <suffix name="Over" label="&gt; 9th startup with same version"/>
+ <affected-histogram name="Startup.BrowserMessageLoopStartHardFaultCount"/>
+ <affected-histogram name="Startup.Temperature"/>
+</histogram_suffixes>
+
<histogram_suffixes name="SB2ResourceTypes" separator=".">
<suffix name="Checked"
label="Resources that were checked. Logged before the resource starts
« no previous file with comments | « components/startup_metric_utils/browser/startup_metric_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698