| Index: tools/profviz/composer.js
|
| diff --git a/tools/profviz/composer.js b/tools/profviz/composer.js
|
| index 108911de696037c13d056f9d43167fc35b0cb007..ce625addca8f3b1f1ab73074acce5b09f34352ed 100644
|
| --- a/tools/profviz/composer.js
|
| +++ b/tools/profviz/composer.js
|
| @@ -106,8 +106,6 @@ function PlotScriptComposer(kResX, kResY, error_output) {
|
| new TimerEvent("recompile async", "#CC4499", false, 1),
|
| 'V8.CompileEvalMicroSeconds':
|
| new TimerEvent("compile eval", "#CC4400", true, 0),
|
| - 'V8.IcMiss':
|
| - new TimerEvent("ic miss", "#CC9900", false, 0),
|
| 'V8.ParseMicroSeconds':
|
| new TimerEvent("parse", "#00CC00", true, 0),
|
| 'V8.PreParseMicroSeconds':
|
|
|