| Index: runtime/vm/compiler.cc
|
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc
|
| index fb575375f879ace144ea7d30af37a196e87a48fb..2f2c66e3d9fd9e50a12ac5fd640ab07ef2a1f7e5 100644
|
| --- a/runtime/vm/compiler.cc
|
| +++ b/runtime/vm/compiler.cc
|
| @@ -1021,7 +1021,6 @@ static RawError* CompileFunctionHelper(CompilationPipeline* pipeline,
|
| Isolate* const isolate = thread->isolate();
|
| StackZone stack_zone(thread);
|
| Zone* const zone = stack_zone.GetZone();
|
| - TIMERSCOPE(thread, time_compilation);
|
| Timer per_compile_timer(FLAG_trace_compiler, "Compilation time");
|
| per_compile_timer.Start();
|
|
|
|
|