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

Unified Diff: src/counters.h

Issue 2459333003: [ic] Detailize some IC-specific runtime call stats counters. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | src/ic/handler-compiler.cc » ('j') | 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 aca5602e4d6fcf3a08b37f1a6b26b07459c661ec..e77506fa616524b5f64401c28db56a775a4744bd 100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -744,6 +744,14 @@ class RuntimeCallTimer {
V(KeyedStoreIC_StoreElementStub) \
V(KeyedStoreIC_Polymorphic) \
V(LoadIC_FunctionPrototypeStub) \
+ V(LoadIC_HandlerCacheHit_AccessCheck) \
+ V(LoadIC_HandlerCacheHit_Exotic) \
+ V(LoadIC_HandlerCacheHit_Interceptor) \
+ V(LoadIC_HandlerCacheHit_JSProxy) \
+ V(LoadIC_HandlerCacheHit_NonExistent) \
+ V(LoadIC_HandlerCacheHit_Accessor) \
+ V(LoadIC_HandlerCacheHit_Data) \
+ V(LoadIC_HandlerCacheHit_Transition) \
V(LoadIC_LoadApiGetterStub) \
V(LoadIC_LoadCallback) \
V(LoadIC_LoadConstantDH) \
@@ -760,8 +768,18 @@ class RuntimeCallTimer {
V(LoadIC_LoadNormal) \
V(LoadIC_LoadScriptContextFieldStub) \
V(LoadIC_LoadViaGetter) \
+ V(LoadIC_Premonomorphic) \
V(LoadIC_SlowStub) \
V(LoadIC_StringLengthStub) \
+ V(StoreIC_HandlerCacheHit_AccessCheck) \
+ V(StoreIC_HandlerCacheHit_Exotic) \
+ V(StoreIC_HandlerCacheHit_Interceptor) \
+ V(StoreIC_HandlerCacheHit_JSProxy) \
+ V(StoreIC_HandlerCacheHit_NonExistent) \
+ V(StoreIC_HandlerCacheHit_Accessor) \
+ V(StoreIC_HandlerCacheHit_Data) \
+ V(StoreIC_HandlerCacheHit_Transition) \
+ V(StoreIC_Premonomorphic) \
V(StoreIC_SlowStub) \
V(StoreIC_StoreCallback) \
V(StoreIC_StoreField) \
« no previous file with comments | « no previous file | src/ic/handler-compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698