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

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

Issue 2665243003: add a download slices table into history download db (Closed)
Patch Set: addressing comments 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 8b647fa873307b769a21dc340e6f20e555187554..a900c67b22910d657c6ad9cd2e41eb7d542e34ca 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12496,6 +12496,13 @@ 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.DatabaseDownloadExistsForDownloadJob" units="Boolean">
+ <owner>qinmin@chromium.org</owner>
+ <summary>
+ Whether a download can be found for a download job in the DB.
asanka 2017/02/08 03:50:50 Should mention that the histogram is recorded for
qinmin 2017/02/09 01:01:42 Done.
+ </summary>
+</histogram>
+
<histogram name="Download.DatabaseRecordDropped"
enum="DownloadDatabaseRecordDroppedType">
<owner>asanka@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698