| Index: src/heap/gc-tracer.cc
|
| diff --git a/src/heap/gc-tracer.cc b/src/heap/gc-tracer.cc
|
| index 56f9b43a3ff49bf0f5e91eb5f1d4b1a78125a568..8da3de70096723088873192f14c0519ce5525e99 100644
|
| --- a/src/heap/gc-tracer.cc
|
| +++ b/src/heap/gc-tracer.cc
|
| @@ -479,6 +479,8 @@ void GCTracer::PrintNVP() const {
|
| "mark_weakrefs=%.1f "
|
| "mark_globalhandles=%.1f "
|
| "mark_codeflush=%.1f "
|
| + "store_buffer_clear=%.1f "
|
| + "slots_buffer_clear=%.1f "
|
| "sweep=%.2f "
|
| "sweepns=%.2f "
|
| "sweepos=%.2f "
|
| @@ -542,6 +544,8 @@ void GCTracer::PrintNVP() const {
|
| current_.scopes[Scope::MC_MARK_WEAK_REFERENCES],
|
| current_.scopes[Scope::MC_MARK_GLOBAL_HANDLES],
|
| current_.scopes[Scope::MC_MARK_CODE_FLUSH],
|
| + current_.scopes[Scope::MC_STORE_BUFFER_CLEAR],
|
| + current_.scopes[Scope::MC_SLOTS_BUFFER_CLEAR],
|
| current_.scopes[Scope::MC_SWEEP],
|
| current_.scopes[Scope::MC_SWEEP_NEWSPACE],
|
| current_.scopes[Scope::MC_SWEEP_OLDSPACE],
|
|
|