| Index: third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.cpp b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| index 241f999170d704b6acff939046b86e515cf0138e..508d9d4f0303724a2bcce4465d1eaaee3ed67036 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| @@ -1126,6 +1126,7 @@ void ThreadState::postSweep()
|
| collectionRateHistogram.count(static_cast<int>(100 * collectionRate));
|
| DEFINE_STATIC_LOCAL(CustomCountHistogram, timeForSweepHistogram, ("BlinkGC.TimeForSweepingAllObjects", 1, 10 * 1000, 50));
|
| timeForSweepHistogram.count(m_accumulatedSweepingTime);
|
| + fprintf(stderr, "Oilpan sweeping: %.2lf ms\n", m_accumulatedSweepingTime);
|
|
|
|
|
| #define COUNT_COLLECTION_RATE_HISTOGRAM_BY_GC_REASON(GCReason) \
|
|
|