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

Unified Diff: src/v8-counters.h

Issue 11412125: Add parallel recompilation time to histogram and plot execution pause times. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: moar timers Created 8 years, 1 month 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/v8-counters.h
diff --git a/src/v8-counters.h b/src/v8-counters.h
index fad3454812377a159733766f87f49a930e362e5d..bab2a5878f010ad83812f8d13d285f218f741852 100644
--- a/src/v8-counters.h
+++ b/src/v8-counters.h
@@ -48,7 +48,10 @@ namespace internal {
/* Total compilation times. */ \
HT(compile, V8.Compile) \
HT(compile_eval, V8.CompileEval) \
- HT(compile_lazy, V8.CompileLazy)
+ HT(compile_lazy, V8.CompileLazy) \
+ HT(compile_full_code, V8.CompileFullCode) \
+ HT(recompile_parallel, V8.RecompileParallel) \
+ HT(recompile_synchronous, V8.RecompileSynchronous)
#define HISTOGRAM_PERCENTAGE_LIST(HP) \

Powered by Google App Engine
This is Rietveld 408576698