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

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: rebase 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 3426dababb6492967f5a4d064fa5e2a4bc48dadf..4695ae7aefd99d1e695d7e31a49f88a3808874e3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -37874,6 +37874,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.
+ </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">
+ <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