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

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

Issue 2665243003: add a download slices table into history download db (Closed)
Patch Set: add test file to BUILD.gn Created 3 years, 10 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/test/data/history/history.32.sql ('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 0191421e4b958b9179ac332b3845e25fcb9c0c31..3e22e3b83a90afb3e41ed5f9d837d0ed0fe0895f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12583,6 +12583,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Time taken to update a single download in the history DB.</summary>
</histogram>
+<histogram name="Download.DatabaseDownloadExistsForDownloadSlice"
+ units="Boolean">
+ <owner>qinmin@chromium.org</owner>
+ <summary>
+ Whether a download can be found for a download slice in the DB. This
+ histogram is recorded for each download slice row every time the database is
+ loaded.
+ </summary>
+</histogram>
+
<histogram name="Download.DatabaseRecordDropped"
enum="DownloadDatabaseRecordDroppedType">
<owner>asanka@chromium.org</owner>
« no previous file with comments | « components/test/data/history/history.32.sql ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698