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

Unified Diff: tools/tickprocessor.js

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 | « tools/plot-timer-events.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/tickprocessor.js
diff --git a/tools/tickprocessor.js b/tools/tickprocessor.js
index f6e315db3caae254a680ea80953f4f4186c49d0a..78f4ceee7119831363dc383579974277e21e3e3a 100644
--- a/tools/tickprocessor.js
+++ b/tools/tickprocessor.js
@@ -231,7 +231,7 @@ TickProcessor.VmStates = {
JS: 0,
GC: 1,
COMPILER: 2,
- PARALLEL_COMPILER_PROLOGUE: 3,
+ PARALLEL_COMPILER: 3,
OTHER: 4,
EXTERNAL: 5
};
« no previous file with comments | « tools/plot-timer-events.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698