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

Unified Diff: src/counters.h

Issue 2577263002: [Compiler] Track Ignition background compilation separately in RuntimeStats. (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
Index: src/counters.h
diff --git a/src/counters.h b/src/counters.h
index 818f08e501062f3f371908b55c9a40998567fd9a..e8faf52b9350787afa1e3b3e0f33530211030038 100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -688,7 +688,12 @@ class RuntimeCallTimer final {
V(CompileDeserialize) \
V(CompileEval) \
V(CompileFullCode) \
+ V(CompileGetFromOptimizedCodeMap) \
+ V(CompileGetUnoptimizedCode) \
+ V(CompileAnalyse) \
V(CompileIgnition) \
+ V(CompileBackgroundIgnition) \
+ V(CompileIgnitionFinalization) \
V(CompilerDispatcher) \
V(CompileSerialize) \
V(DeoptimizeCode) \

Powered by Google App Engine
This is Rietveld 408576698