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

Unified Diff: src/counters.h

Issue 2448473002: Add runtime callstats scopes to some internal accessors (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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/accessors.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/counters.h
diff --git a/src/counters.h b/src/counters.h
index c70a6165faa3ffae9904e3e0bd63b3c593560ca5..d58e6d06f727c774604d0d9c27549bdd092d97f0 100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -671,6 +671,11 @@ class RuntimeCallTimer {
#define FOR_EACH_MANUAL_COUNTER(V) \
V(AccessorGetterCallback) \
V(AccessorNameGetterCallback) \
+ V(AccessorNameGetterCallback_ArrayLength) \
+ V(AccessorNameGetterCallback_BoundFunctionLength) \
+ V(AccessorNameGetterCallback_BoundFunctionName) \
+ V(AccessorNameGetterCallback_FunctionPrototype) \
+ V(AccessorNameGetterCallback_StringLength) \
V(AccessorNameSetterCallback) \
V(Compile) \
V(CompileCode) \
« no previous file with comments | « src/accessors.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698