| Index: src/execution.cc
|
| ===================================================================
|
| --- src/execution.cc (revision 9457)
|
| +++ src/execution.cc (working copy)
|
| @@ -879,7 +879,9 @@
|
| if (stack_guard->IsRuntimeProfilerTick()) {
|
| isolate->counters()->runtime_profiler_ticks()->Increment();
|
| stack_guard->Continue(RUNTIME_PROFILER_TICK);
|
| + isolate->heap()->VisualizeCrankshaft();
|
| isolate->runtime_profiler()->OptimizeNow();
|
| + isolate->heap()->VisualizeCrankshaftDone();
|
| }
|
| #ifdef ENABLE_DEBUGGER_SUPPORT
|
| if (stack_guard->IsDebugBreak() || stack_guard->IsDebugCommand()) {
|
|
|