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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2903133002: [IndexedDB] Adding uma for transaction aborts (Closed)
Patch Set: Created 3 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
« tools/metrics/histograms/enums.xml ('K') | « tools/metrics/histograms/enums.xml ('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 f454f6d977559f57c49c27f4dbb9421e964cdfb4..34acb927492f77bd41a301a8db2bbf2154bb2e53 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -80678,6 +80678,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WebCore.IndexedDB.TransactionAbortReason"
+ enum="IDBWebException">
+ <owner>dmurph@chromium.org</owner>
+ <summary>
+ Recorded when a transaction is aborted, specifically recording the reason
jsbell 2017/05/25 16:52:24 Note that it's recorded on the front end.
jsbell 2017/05/25 17:08:58 make that 'back end'
dmurph 2017/05/25 17:33:08 Done.
+ for the abort. This can be triggered by javascript code on the renderer,
+ errors or force closes on the backend, or by the transaction timeout timer.
+ </summary>
+</histogram>
+
<histogram name="WebCore.PreloadDelayMs" units="ms">
<owner>csharrison@chromium.org</owner>
<summary>
« tools/metrics/histograms/enums.xml ('K') | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698