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

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

Issue 2966773002: Add histograms to learn about metrics files dropped for lack of an embedded profile. (Closed)
Patch Set: only 50 bucktes for file age Created 3 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/metrics/file_metrics_provider.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 51751a94b6839889de6c0516e3d72c6b5792f769..e88917ce469c219ebba5f84df5a8fc8a72b7772e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -79016,6 +79016,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="UMA.FileMetricsProvider.EmbeddedProfile.DroppedFileAge"
+ units="minutes">
+ <owner>asvitkine@chromium.org</owner>
+ <owner>bcwhite@chromium.org</owner>
+ <summary>
+ Records the last-modified age of a file that was dropped for lack of an
+ embedded profile.
+ </summary>
+</histogram>
+
+<histogram name="UMA.FileMetricsProvider.EmbeddedProfile.DroppedHistogramCount">
+ <owner>asvitkine@chromium.org</owner>
+ <owner>bcwhite@chromium.org</owner>
+ <summary>
+ Records the number of histograms present in a file that was dropped for lack
+ of an embedded profile.
+ </summary>
+</histogram>
+
<histogram name="UMA.FileMetricsProvider.EmbeddedProfileResult"
enum="FileMetricsProviderEmbeddedProfileResult">
<owner>asvitkine@chromium.org</owner>
« no previous file with comments | « components/metrics/file_metrics_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698