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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1582043002: Add histograms for data usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 49aa452bbb54c688253b4ddd0676e913634e60bf..b6a39fcb7fdde063ba8a9f4d15344362d39913b4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6566,6 +6566,41 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DataUsage.MatchingRulesCount" units="count">
+ <owner>bengr@chromium.org</owner>
+ <owner>rajendrant@chromium.org</owner>
+ <summary>
+ The number of matching rules fetched from the platform external data use
+ observer.
+ </summary>
+</histogram>
+
+<histogram name="DataUsage.Perf.MatchingRuleFetchDuration" units="ms">
+ <owner>bengr@chromium.org</owner>
+ <owner>rajendrant@chromium.org</owner>
+ <summary>
+ The time taken to fetch the matching rules from the platform external data
+ use observer. This will be the duration from the time fetch was called to
+ the time the rules are returned asynchronously.
+ </summary>
+</histogram>
+
+<histogram name="DataUsage.Perf.ReportSubmissionDuration" units="ms">
+ <owner>bengr@chromium.org</owner>
+ <owner>rajendrant@chromium.org</owner>
+ <summary>
+ The time taken to submit the data use reports to the platform external data
+ use observer. This will be the duration from the time reports are submitted
+ to the time report submitted asynchronous callback was received.
+ </summary>
+</histogram>
+
+<histogram name="DataUsage.Perf.URLRegexMatchDuration" units="ms">
+ <owner>bengr@chromium.org</owner>
+ <owner>rajendrant@chromium.org</owner>
+ <summary>The time taken for a regular expression to process an URL</summary>
+</histogram>
+
<histogram name="DataUsage.ReportSubmission.Bytes" units="bytes">
<owner>bengr@chromium.org</owner>
<owner>tbansal@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698