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

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: 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..46e4d40e6be2600103032a06974cb47bafc2c6b2 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">
+ <owner>dewittj@chromium.org</owner>
+ <owner>jianli@chromium.org</owner>
+ <summary>
+ The amount of time to create the offline pages archive directory.
+ </summary>
+</histogram>
Pete Williamson 2016/05/06 16:57:14 Why would we measure the directory creation time?
dewittj 2016/05/06 18:26:02 I expect that indeed it is, however I don't know f
+
<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">
+ <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.
+ </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