| Index: src/heap/gc-tracer.cc
|
| diff --git a/src/heap/gc-tracer.cc b/src/heap/gc-tracer.cc
|
| index 231c4e9c8d76f15d6d9cb5d2b40f74cfdb8b7644..9e5e469deab82aabd71d6042b90a7e0293fcedf9 100644
|
| --- a/src/heap/gc-tracer.cc
|
| +++ b/src/heap/gc-tracer.cc
|
| @@ -491,6 +491,7 @@ void GCTracer::PrintNVP() const {
|
| "sweepcode=%.2f "
|
| "sweepcell=%.2f "
|
| "sweepmap=%.2f "
|
| + "sweepaborted=%.2f "
|
| "evacuate=%.1f "
|
| "new_new=%.1f "
|
| "root_new=%.1f "
|
| @@ -554,6 +555,7 @@ void GCTracer::PrintNVP() const {
|
| current_.scopes[Scope::MC_SWEEP_CODE],
|
| current_.scopes[Scope::MC_SWEEP_CELL],
|
| current_.scopes[Scope::MC_SWEEP_MAP],
|
| + current_.scopes[Scope::MC_SWEEP_ABORTED],
|
| current_.scopes[Scope::MC_EVACUATE_PAGES],
|
| current_.scopes[Scope::MC_UPDATE_NEW_TO_NEW_POINTERS],
|
| current_.scopes[Scope::MC_UPDATE_ROOT_TO_NEW_POINTERS],
|
|
|