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

Unified Diff: tools/profviz/composer.js

Issue 345543002: IC misses should not count towards execution pauses in plots. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/profviz/composer.js
diff --git a/tools/profviz/composer.js b/tools/profviz/composer.js
index 0520472c5f71431ea186be4f5d20e6314bf86325..85729b6d577f0c484bc92c59200bf9063d0a7c39 100644
--- a/tools/profviz/composer.js
+++ b/tools/profviz/composer.js
@@ -107,7 +107,7 @@ function PlotScriptComposer(kResX, kResY, error_output) {
'V8.CompileEval':
new TimerEvent("compile eval", "#CC4400", true, 0),
'V8.IcMiss':
- new TimerEvent("ic miss", "#CC9900", true, 0),
+ new TimerEvent("ic miss", "#CC9900", false, 0),
'V8.Parse':
new TimerEvent("parse", "#00CC00", true, 0),
'V8.PreParse':
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698