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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2395803003: [Extensions] Add metrics for execution time of binding.js (Closed)
Patch Set: Created 4 years, 2 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 | « extensions/renderer/binding_generating_native_handler.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 9a110f5473b30c6e43d8a18b3dfc4808feccf121..0a13451efae7fcb9393ca4087a4f93c198607685 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14809,6 +14809,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Extensions.ApiBindingObjectGenerationTime"
+ units="microseconds">
+ <owner>rdevlin.cronin@chromium.org</owner>
+ <summary>
+ The amount of time it takes to create the JavaScript binding object using
+ the binding.js module. This is a strict subset of
+ Extensions.ApiBindingGenerationTime, which includes this work and more.
+ </summary>
+</histogram>
+
<histogram name="Extensions.APIUse_RelativeURL" enum="UrlResolutionResult">
<obsolete>
Deprecated 04/2016 as doesn't have data nor owner.
« no previous file with comments | « extensions/renderer/binding_generating_native_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698