| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index a76f4e3cd344564b05b1a5d3bb0275e4b41213eb..e98118fee810dfd24542ccc6143f43dec43f1365 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -792,6 +792,8 @@ void Heap::FinalizeIncrementalMarking(const char* gc_reason) {
|
| }
|
|
|
| GCTracer::Scope gc_scope(tracer(), GCTracer::Scope::MC_INCREMENTAL_FINALIZE);
|
| + HistogramTimerScope incremental_marking_scope(
|
| + isolate()->counters()->gc_incremental_marking_finalize());
|
|
|
| {
|
| GCCallbacksScope scope(this);
|
|
|