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

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: removed some unnecessary includes 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
« no previous file with comments | « content/browser/browser_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 00088bba08713f682c826cf38baac719d392b403..76fb20f8b7e4e7d151c911d9b64e81ca63b383b1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -55570,6 +55570,69 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="UMA.FileMetricsProvider.InitialAccessResult"
+ enum="FileMetricsProviderAccessResult">
+ <owner>asvitkine@chromium.org</owner>
+ <owner>bcwhite@chromium.org</owner>
+ <summary>
+ Records attempts to access a file for the purpose of extracting initial
+ stability metrics.
+ </summary>
+</histogram>
+
+<histogram name="UMA.FileMetricsProvider.InitialCheckTime.File" units="ms">
+ <owner>asvitkine@chromium.org</owner>
+ <owner>bcwhite@chromium.org</owner>
+ <summary>
+ Records how much wall time was spent checking and mapping an initial metrics
+ file on disk.
+ </summary>
+</histogram>
+
+<histogram name="UMA.FileMetricsProvider.InitialCheckTime.Total" units="ms">
+ <owner>asvitkine@chromium.org</owner>
+ <owner>bcwhite@chromium.org</owner>
+ <summary>
+ Records how much wall time was spent checking and mapping initial metrics
+ from all files on disk.
+ </summary>
+</histogram>
+
+<histogram name="UMA.FileMetricsProvider.InitialSnapshotTime.File" units="ms">
+ <owner>asvitkine@chromium.org</owner>
+ <owner>bcwhite@chromium.org</owner>
+ <summary>
+ Records how much wall time was spent collecting initial stability metrics
+ from a file on disk.
+ </summary>
+</histogram>
+
+<histogram name="UMA.FileMetricsProvider.InitialSnapshotTime.Total" units="ms">
+ <owner>asvitkine@chromium.org</owner>
+ <owner>bcwhite@chromium.org</owner>
+ <summary>
+ Records how much wall time was spent collecting initial stability metrics
+ from all files on disk.
+ </summary>
+</histogram>
+
+<histogram name="UMA.FileMetricsProvider.SnapshotTime.File" units="ms">
+ <owner>asvitkine@chromium.org</owner>
+ <owner>bcwhite@chromium.org</owner>
+ <summary>
+ Records how much wall time was spent collecting metrics from a file on disk.
+ </summary>
+</histogram>
+
+<histogram name="UMA.FileMetricsProvider.SnapshotTime.Total" units="ms">
+ <owner>asvitkine@chromium.org</owner>
+ <owner>bcwhite@chromium.org</owner>
+ <summary>
+ Records how much wall time was spent collecting metrics from all files on
+ disk.
+ </summary>
+</histogram>
+
<histogram name="UMA.GeneratedLowEntropySource" enum="Boolean">
<obsolete>
Deprecated as of August 2015. No longer tracked.
« no previous file with comments | « content/browser/browser_main_runner.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698