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

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

Issue 2779433002: [IndexedDB] Abort transaction on unknown blob (Closed)
Patch Set: comments and removed tests Created 3 years, 9 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/browser/indexed_db/indexed_db_connection.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 0a268919a1b35d0c32f6acc65993bdfbc6755aad..55b4650e603ad0ce8c9d39d9349481e5ff14bc7b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -69208,6 +69208,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Storage.IndexedDB.PutBlobSizeKB" units="KB">
+ <owner>dmurph@chromium.org</owner>
+ <summary>
+ Records the size of a blob used in an IndexedDB add/put operation. Recorded
+ for every put operation that contains a blob.
+ </summary>
+</histogram>
+
+<histogram name="Storage.IndexedDB.PutValidBlob" enum="Boolean">
+ <owner>dmurph@chromium.org</owner>
+ <summary>
+ Records if a blob intended to be used in an IndexedDB add/put operation is a
+ valid blob. Recorded for every put operation that contains a blob.
+ </summary>
+</histogram>
+
<histogram name="Style.AuthorStyleSheet.ParseTime" units="microseconds">
<owner>csharrison@chromium.org</owner>
<summary>
« no previous file with comments | « content/browser/indexed_db/indexed_db_connection.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698