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

Unified Diff: src/counters.h

Issue 2579243003: [counters] Add counter scopes for the Compiler::Analyze phases (Closed)
Patch Set: Created 4 years 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/parsing/rewriter.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 9d40520ee9810c5508bb29e75053e83d884a5698..05690e07f60366bfdc3504673e6a1089b0e11cae 100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -690,8 +690,9 @@ class RuntimeCallTimer final {
V(CompileEval) \
V(CompileFullCode) \
V(CompileIgnition) \
- V(CompilerDispatcher) \
+ V(CompileRewriteReturnResult) \
V(CompileSerialize) \
+ V(CompilerDispatcher) \
Camillo Bruni 2016/12/16 15:07:47 why no usey?
V(DeoptimizeCode) \
V(FunctionCallback) \
V(GC) \
« no previous file with comments | « no previous file | src/parsing/rewriter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698