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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2690903005: Metadata extraction for Copyless Paste (Closed)
Patch Set: histogram 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 | « third_party/WebKit/Source/modules/document_metadata/CopylessPasteExtractorTest.cpp ('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 c17c5e63d071ebcc9caeb8190a071529f5898ff9..88f1545c5494b467a6dc2bba173e5f8c2d577293 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8437,6 +8437,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>For each cookie added to the store, record it's type(s).</summary>
</histogram>
+<histogram name="CopylessPaste.ExtractionUs" units="microseconds">
+ <owner>wychen@chromium.org</owner>
+ <summary>
+ The time spent on scanning the document in the main frame to extract the
+ metadata. The metadata would be used to feed Icing for CopylessPaste feature
+ on Android.
+ </summary>
+</histogram>
+
<histogram name="Cras.StreamTimeoutMilliSeconds" units="ms">
<owner>hychao@chromium.org</owner>
<summary>
« no previous file with comments | « third_party/WebKit/Source/modules/document_metadata/CopylessPasteExtractorTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698