Reviewers: Jakob,

Description:
IC misses should not count towards execution pauses in plots.

[email protected]

Please review this at https://codereview.chromium.org/345543002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M tools/profviz/composer.js


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':


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to