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

Unified Diff: src/counters.h

Issue 2413243002: Introduce a CompilerDispatcherTracer and track how long jobs take (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
Index: src/counters.h
diff --git a/src/counters.h b/src/counters.h
index 707ae9f738335a4cdb810cbe31c080a0b4d6d7fd..6208bc0b6ac1cb44451590fb08907752cdeadac7 100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -678,6 +678,7 @@ class RuntimeCallTimer {
V(CompileEval) \
V(CompileFullCode) \
V(CompileIgnition) \
+ V(CompilerDispatcher) \
V(CompileSerialize) \
V(DeoptimizeCode) \
V(FunctionCallback) \

Powered by Google App Engine
This is Rietveld 408576698