| Index: src/counters.h
|
| diff --git a/src/counters.h b/src/counters.h
|
| index 8967c500c54b0932f9532b7c11be6aed0de8338f..143c7087dc7993602ff507f00a3d3da74cd13720 100644
|
| --- a/src/counters.h
|
| +++ b/src/counters.h
|
| @@ -863,10 +863,6 @@ class RuntimeCallStats {
|
| MILLISECOND) \
|
| HT(gc_low_memory_notification, V8.GCLowMemoryNotification, 10000, \
|
| MILLISECOND) \
|
| - /* Parsing timers. */ \
|
| - HT(parse, V8.ParseMicroSeconds, 1000000, MICROSECOND) \
|
| - HT(parse_lazy, V8.ParseLazyMicroSeconds, 1000000, MICROSECOND) \
|
| - HT(pre_parse, V8.PreParseMicroSeconds, 1000000, MICROSECOND) \
|
| /* Compilation times. */ \
|
| HT(compile, V8.CompileMicroSeconds, 1000000, MICROSECOND) \
|
| HT(compile_eval, V8.CompileEvalMicroSeconds, 1000000, MICROSECOND) \
|
|
|