Chromium Code Reviews

Unified Diff: src/log.h

Issue 1661883003: [counters] adding more counters and log-events (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: trying to cover some more compilation paths Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/log.h
diff --git a/src/log.h b/src/log.h
index 064115b3aa91c0cdbe51b7ea5425b8641ea9ae4f..1a454dad264c176afff79a193bdf614eb7f52a8b 100644
--- a/src/log.h
+++ b/src/log.h
@@ -410,11 +410,13 @@ class Logger {
friend class CpuProfiler;
};
-
#define TIMER_EVENTS_LIST(V) \
V(RecompileSynchronous, true) \
V(RecompileConcurrent, true) \
V(CompileFullCode, true) \
+ V(OptimizeCode, true) \
+ V(CompileCode, true) \
+ V(DeoptimizeCode, true) \
V(Execute, true) \
V(External, true) \
V(IcMiss, false)
« src/deoptimizer.cc ('K') | « src/deoptimizer.cc ('k') | src/runtime/runtime-compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine