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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2863053002: Extensions: Add metrics to distinguish between the different kinds of declarative API function call… (Closed)
Patch Set: Address comments. 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
« no previous file with comments | « 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 216989cd57dd75a56580d87185b64a35e84e98fc..42d02fd9015b4c041c715bd543266b352934ddda 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18441,6 +18441,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Extensions.DeclarativeAPIFunctionCalls"
+ enum="DeclarativeAPIFunctionType">
+ <owner>karandeepb@chromium.org</owner>
+ <summary>
+ Number of calls to the declarative API extension functions. This includes
+ the declarativeContent and declarativeWebRequest APIs. Emitted when the
+ extension function is called.
+ </summary>
+</histogram>
+
<histogram name="Extensions.DeclarativeRulesStorageInitialization" units="ms">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>Time spent until rules storage delegate gets ready.</summary>
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698