IC misses should not count towards execution pauses in plots.
authoryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 18 Jun 2014 11:05:31 +0000 (11:05 +0000)
committeryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 18 Jun 2014 11:05:31 +0000 (11:05 +0000)
R=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/345543002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21884 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

tools/profviz/composer.js

index 0520472..85729b6 100644 (file)
@@ -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':