| Index: tools/profviz/composer.js
|
| diff --git a/tools/profviz/composer.js b/tools/profviz/composer.js
|
| index 0c9437ff5416d7780f8653faf9c1871ee8e0d6e9..4a6dce02d55d362cd06b12e607f39df5ca543a46 100644
|
| --- a/tools/profviz/composer.js
|
| +++ b/tools/profviz/composer.js
|
| @@ -103,6 +103,8 @@ function PlotScriptComposer(kResX, kResY, error_output) {
|
| new TimerEvent("recompile sync", "#CC0044", true, 0),
|
| 'V8.RecompileConcurrent':
|
| new TimerEvent("recompile async", "#CC4499", false, 1),
|
| + 'V8.RecompileSynchronized':
|
| + new TimerEvent("recompile block", "#991166", true, 0),
|
| 'V8.CompileEval':
|
| new TimerEvent("compile eval", "#CC4400", true, 0),
|
| 'V8.Parse':
|
|
|