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

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: addressed review comments by Ilya 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..bae8856e1eabbdecb56c7620e3fded16eab9b5be 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -55570,6 +55570,42 @@ 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" units="ms">
+ <owner>asvitkine@chromium.org</owner>
+ <owner>bcwhite@chromium.org</owner>
+ <summary>
+ Records how much real time was spent checking and mapping an initial metrics
Ilya Sherman 2016/05/05 22:22:52 nit: s/real/wall (applies throughout)
bcwhite 2016/05/06 16:59:27 Done.
+ file on disk.
+ </summary>
+</histogram>
+
+<histogram name="UMA.FileMetricsProvider.InitialSnapshotTime" units="ms">
+ <owner>asvitkine@chromium.org</owner>
+ <owner>bcwhite@chromium.org</owner>
+ <summary>
+ Records how much real time was spent collecting initial stability metrics
+ from a file on disk.
+ </summary>
+</histogram>
+
+<histogram name="UMA.FileMetricsProvider.SnapshotTime" units="ms">
+ <owner>asvitkine@chromium.org</owner>
+ <owner>bcwhite@chromium.org</owner>
+ <summary>
+ Records how much real time was spent collecting metrics from a file on disk.
+ </summary>
+</histogram>
+
<histogram name="UMA.GeneratedLowEntropySource" enum="Boolean">
<obsolete>
Deprecated as of August 2015. No longer tracked.
« components/metrics/metrics_service.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