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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1414123002: [BlobAsync] Renderer support for blob file writing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blob-hookup
Patch Set: update histograms Created 4 years, 7 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 | « content/renderer/render_thread_impl.cc ('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 d6e3b42e2f18fef62cf8db7b446e9686f1b6fb18..710538287bbf5b6e0fd7e370a30f7654bba0d25c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -52970,6 +52970,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Storage.Blob.RendererFileSeekFailed" enum="Boolean">
+ <owner>dmurph@chromium.org</owner>
+ <summary>
+ Recorded whether seeking within a file (in order to write a part of a blob)
Mark P 2016/05/17 04:42:59 optional nit: I think this might sound better with
+ failed in the renderer.
+ </summary>
+</histogram>
+
+<histogram name="Storage.Blob.RendererFileWriteFailed" enum="Boolean">
+ <owner>dmurph@chromium.org</owner>
+ <summary>
+ Recorded whether writing part of a blob to a file failed in the renderer.
+ </summary>
+</histogram>
+
<histogram name="Storage.Blob.ReusedItem" enum="BooleanReused">
<owner>dmurph@chromium.org</owner>
<summary>
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698