| Index: src/heap.cc | 
| diff --git a/src/heap.cc b/src/heap.cc | 
| index ba5b6903984c205a04417d7be075ac1e6f7ac860..625fde3ade5979b0db011b8b7088b1922d9e2388 100644 | 
| --- a/src/heap.cc | 
| +++ b/src/heap.cc | 
| @@ -7512,6 +7512,8 @@ GCTracer::~GCTracer() { | 
| PrintF("intracompaction_ptrs=%.1f ", | 
| scopes_[Scope::MC_UPDATE_POINTERS_BETWEEN_EVACUATED]); | 
| PrintF("misc_compaction=%.1f ", scopes_[Scope::MC_UPDATE_MISC_POINTERS]); | 
| +    PrintF("weakmap_process=%.1f ", scopes_[Scope::MC_WEAKMAP_PROCESS]); | 
| +    PrintF("weakmap_clear=%.1f ", scopes_[Scope::MC_WEAKMAP_CLEAR]); | 
|  | 
| PrintF("total_size_before=%" V8_PTR_PREFIX "d ", start_object_size_); | 
| PrintF("total_size_after=%" V8_PTR_PREFIX "d ", heap_->SizeOfObjects()); | 
|  |