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

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

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Add missing ScopedAsyncTaskScheduler instance for the new unit tests; required by a recent change t… 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/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h ('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 0cf99454bb63fa53978ffb5ca861a8d8c9e1f720..d2a454a21f36e6d862757af7ef8e53317295bcfc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -66627,6 +66627,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>
« no previous file with comments | « third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698