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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Add metrics and support for non-ASCII text messages to Java endpoints Created 3 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 8df054dcc160627051a9f42590ff2c9875869650..3742650ec436fd0ebb4d265d4f90f63d042ec57d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -65485,6 +65485,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Storage.Blob.RegisterBlobTime" units="ms">
+ <owner>darin@chromium.org</owner>
+ <summary>
+ The amount of time taken to complete the synchronous
+ BlobStorageMsg_RegisterBlob IPC.
+ </summary>
+</histogram>
+
+<histogram name="Storage.Blob.RegisterPublicURLTime" units="ms">
+ <owner>darin@chromium.org</owner>
+ <summary>
+ The amount of time taken to complete the synchronous
+ BlobStorageMsg_RegisterPublicURL IPC.
+ </summary>
+</histogram>
+
<histogram name="Storage.Blob.RendererFileSeekFailed" enum="Boolean">
<owner>dmurph@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698