Index: src/heap/gc-tracer.cc |
diff --git a/src/heap/gc-tracer.cc b/src/heap/gc-tracer.cc |
index 93686ba85cbba178adc618153d6208d42e136b47..732bfe0d57860076eaf49ceb14e9bc49b40ebd68 100644 |
--- a/src/heap/gc-tracer.cc |
+++ b/src/heap/gc-tracer.cc |
@@ -339,6 +339,7 @@ void GCTracer::PrintNVP() const { |
current_.scopes[Scope::MC_UPDATE_POINTERS_BETWEEN_EVACUATED]); |
PrintF("misc_compaction=%.1f ", |
current_.scopes[Scope::MC_UPDATE_MISC_POINTERS]); |
+ PrintF("weak_closure=%.1f ", current_.scopes[Scope::MC_WEAKCLOSURE]); |
PrintF("weakcollection_process=%.1f ", |
current_.scopes[Scope::MC_WEAKCOLLECTION_PROCESS]); |
PrintF("weakcollection_clear=%.1f ", |