| Index: src/heap/gc-tracer.cc
|
| diff --git a/src/heap/gc-tracer.cc b/src/heap/gc-tracer.cc
|
| index e4b255838fc7207e592372cf42671a46f98a4655..a231a8eea2f57b4d1703a486bbd570ded0141a85 100644
|
| --- a/src/heap/gc-tracer.cc
|
| +++ b/src/heap/gc-tracer.cc
|
| @@ -426,6 +426,8 @@ void GCTracer::PrintNVP() const {
|
| PrintF("sweepcode=%.2f ", current_.scopes[Scope::MC_SWEEP_CODE]);
|
| PrintF("sweepcell=%.2f ", current_.scopes[Scope::MC_SWEEP_CELL]);
|
| PrintF("sweepmap=%.2f ", current_.scopes[Scope::MC_SWEEP_MAP]);
|
| + PrintF("rescan_lo=%.2f ",
|
| + current_.scopes[Scope::MC_RESCAN_LARGE_OBJECTS]);
|
| PrintF("evacuate=%.1f ", current_.scopes[Scope::MC_EVACUATE_PAGES]);
|
| PrintF("new_new=%.1f ",
|
| current_.scopes[Scope::MC_UPDATE_NEW_TO_NEW_POINTERS]);
|
|
|