Index: src/heap/gc-tracer.cc |
diff --git a/src/heap/gc-tracer.cc b/src/heap/gc-tracer.cc |
index d46ed239c99ce5e9cc3f56d253be10f0fb157ffe..6843e211c472735d70d030a802dd9ab5a6adc7eb 100644 |
--- a/src/heap/gc-tracer.cc |
+++ b/src/heap/gc-tracer.cc |
@@ -350,6 +350,8 @@ void GCTracer::PrintNVP() const { |
PrintF("misc_compaction=%.1f ", |
current_.scopes[Scope::MC_UPDATE_MISC_POINTERS]); |
PrintF("weak_closure=%.1f ", current_.scopes[Scope::MC_WEAKCLOSURE]); |
+ PrintF("inc_weak_closure=%.1f ", |
+ current_.scopes[Scope::MC_INCREMENTAL_WEAKCLOSURE]); |
PrintF("weakcollection_process=%.1f ", |
current_.scopes[Scope::MC_WEAKCOLLECTION_PROCESS]); |
PrintF("weakcollection_clear=%.1f ", |