| Index: Source/platform/heap/ThreadState.cpp
|
| diff --git a/Source/platform/heap/ThreadState.cpp b/Source/platform/heap/ThreadState.cpp
|
| index 7714ef36bd1249a69996ad36b028734174aabafe..c9edd038ed4bc4ccc5a03d59074a398d924469ac 100644
|
| --- a/Source/platform/heap/ThreadState.cpp
|
| +++ b/Source/platform/heap/ThreadState.cpp
|
| @@ -704,6 +704,8 @@ void ThreadState::performIdleLazySweep(double deadlineSeconds)
|
| if (sweepForbidden())
|
| return;
|
|
|
| + TRACE_EVENT1("blink_gc", "ThreadState::performIdleLazySweep", "idleDeltaInSeconds", deadlineSeconds - Platform::current()->monotonicallyIncreasingTime());
|
| +
|
| bool sweepCompleted = true;
|
| SweepForbiddenScope scope(this);
|
| {
|
|
|