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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1950423006: Offline Pages: Add Model Load Time UMA. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add units to metric descriptions. 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 | « components/offline_pages/offline_page_model.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 1dd9c545a78f4e7af695a67016fff27854fd05c0..7d485e7bfdfcc355097779c438b4c9a4e9519b4b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -33936,6 +33936,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="OfflinePages.ArchiveDirCreationTime" units="ms">
+ <owner>dewittj@chromium.org</owner>
+ <owner>jianli@chromium.org</owner>
+ <summary>
+ The amount of time to create the offline pages archive directory.
+ </summary>
+</histogram>
+
<histogram name="OfflinePages.BatchDelete.Count">
<owner>jianli@chromium.org</owner>
<summary>Number of offline pages that are deleted in a batch.</summary>
@@ -34093,6 +34101,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="OfflinePages.ModelLoadTime" units="ms">
+ <owner>dewittj@chromium.org</owner>
+ <owner>jianli@chromium.org</owner>
+ <summary>
+ The amount of time to create the offline pages archive directory and load
+ the offline page model.
Mark P 2016/05/06 20:09:23 nit: The histogram name implies this is merely mod
dewittj 2016/05/06 20:13:15 I do expect that directory creation will be neglig
Mark P 2016/05/06 20:18:39 Can you spent a couple minutes thinking about a be
+ </summary>
+</histogram>
+
<histogram name="OfflinePages.OfflinePageCount">
<owner>fgorski@chromium.org</owner>
<owner>jianli@chromium.org</owner>
« no previous file with comments | « components/offline_pages/offline_page_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698