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

Unified Diff: src/counters.h

Issue 2579243003: [counters] Add counter scopes for the Compiler::Analyze phases (Closed)
Patch Set: [counters] rebase Created 3 years, 11 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 7c4735bc7309b7c94612cf46bd0efe58c1d91f7c..b7302e6f98e290eac8a6cae42bc687028c27aa57 100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -685,20 +685,24 @@ class RuntimeCallTimer final {
V(AccessorNameGetterCallback_FunctionPrototype) \
V(AccessorNameGetterCallback_StringLength) \
V(AccessorNameSetterCallback) \
- V(Compile) \
- V(CompileCode) \
V(CompileCodeLazy) \
V(CompileDeserialize) \
V(CompileEval) \
V(CompileFullCode) \
+ V(CompileAnalyse) \
+ V(CompileBackgroundIgnition) \
+ V(CompileFunction) \
V(CompileGetFromOptimizedCodeMap) \
V(CompileGetUnoptimizedCode) \
- V(CompileAnalyse) \
V(CompileIgnition) \
- V(CompileBackgroundIgnition) \
V(CompileIgnitionFinalization) \
- V(CompilerDispatcher) \
+ V(CompileInnerFunction) \
+ V(CompileRenumber) \
+ V(CompileRewriteReturnResult) \
+ V(CompileScopeAnalysis) \
+ V(CompileScript) \
V(CompileSerialize) \
+ V(CompilerDispatcher) \
V(DeoptimizeCode) \
V(FunctionCallback) \
V(GC) \
« no previous file with comments | « src/compiler.cc ('k') | src/parsing/rewriter.cc » ('j') | src/parsing/rewriter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698