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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1891913002: Support saving browser metrics to disk and reading them during next run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove DCHECK_IS_ON from .h files because it's not always defined and don't want to add the include 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 00088bba08713f682c826cf38baac719d392b403..3319b5d31421c15dd990b4ac9032407ed3b62e31 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -55570,6 +55570,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="UMA.FileMetricsProvider.StabilityAccessResult"
+ enum="FileMetricsProviderAccessResult">
+ <owner>asvitkine@chromium.org</owner>
+ <owner>bcwhite@chromium.org</owner>
+ <summary>
+ Records attempts to access a file for the purpose of extracting metrics.
Ilya Sherman 2016/05/04 06:48:08 nit: s/metrics/stability metrics?
bcwhite 2016/05/04 14:12:51 Done.
+ </summary>
+</histogram>
+
<histogram name="UMA.GeneratedLowEntropySource" enum="Boolean">
<obsolete>
Deprecated as of August 2015. No longer tracked.
« content/browser/browser_main_runner.cc ('K') | « content/browser/browser_main_runner.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698