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

Unified Diff: src/v8globals.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: make new counters non-histograms 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
« no previous file with comments | « src/v8-counters.h ('k') | src/vm-state-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8globals.h
diff --git a/src/v8globals.h b/src/v8globals.h
index 95390adcf69a7d445f18276189b9e5b447d3ab9a..f09e84e927efcd340948f3c544d984fb11e85364 100644
--- a/src/v8globals.h
+++ b/src/v8globals.h
@@ -355,7 +355,7 @@ struct AccessorDescriptor {
V(JS) \
V(GC) \
V(COMPILER) \
- V(PARALLEL_COMPILER_PROLOGUE) \
+ V(PARALLEL_COMPILER) \
V(OTHER) \
V(EXTERNAL)
« no previous file with comments | « src/v8-counters.h ('k') | src/vm-state-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698