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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2314273003: [Offline Pages] Adds duplicate detection metrics. (Closed)
Patch Set: Fix nits and comments. Created 4 years, 3 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_impl_unittest.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 3fc83649c354de13a464973b462a011da84df924..7448893eccee5cd1c9c5c58f7499bbaa29127382 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -37734,6 +37734,35 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Result of removing an offline copy for a page.</summary>
</histogram>
+<histogram name="OfflinePages.DownloadDeletedPageDuplicateCount" units="pages">
+ <owner>dewittj@chromium.org</owner>
+ <owner>dimich@chromium.org</owner>
+ <summary>
+ The number of downloaded pages with the same URL that exist at the time that
+ we delete a downloaded page.
Mark P 2016/09/12 18:32:09 You corrected the description here to remove the t
dewittj 2016/09/12 18:36:00 When I looked back at the code I found that the de
+ </summary>
+</histogram>
+
+<histogram name="OfflinePages.DownloadSavedPageDuplicateCount" units="pages">
+ <owner>dewittj@chromium.org</owner>
+ <owner>dimich@chromium.org</owner>
+ <summary>
+ The number of downloaded pages with the same URL that exist at the time that
+ we save a downloaded page.
+ </summary>
+</histogram>
+
+<histogram name="OfflinePages.DownloadSavedPageTimeSinceDuplicateSaved"
+ units="seconds">
Mark P 2016/09/12 18:32:09 No, I think it should be seconds. You're still us
dewittj 2016/09/12 18:36:00 Isn't it now in seconds?
Mark P 2016/09/12 18:52:10 No, you're using the UMA_HISTOGRAM_CUSTOM_TIMES, w
+ <owner>dewittj@chromium.org</owner>
+ <owner>dimich@chromium.org</owner>
+ <summary>
+ If at save time there is another downloaded page with the same URL, this
+ tracks this amount of time between creation of the most recent existing page
+ and the current page.
+ </summary>
+</histogram>
+
<histogram name="OfflinePages.Edit.BookmarkUrlChangedForOfflinePage"
enum="BooleanMatched">
<obsolete>
« no previous file with comments | « components/offline_pages/offline_page_model_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698