We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8228bda commit e2ca0adCopy full SHA for e2ca0ad
front_end/timeline/TimelineModel.js
@@ -156,7 +156,7 @@ WebInspector.TimelineModel.RecordType = {
156
ImplSideFling: "InputHandlerProxy::HandleGestureFling::started",
157
GCIdleLazySweep: "ThreadState::performIdleLazySweep",
158
GCCompleteSweep: "ThreadState::completeSweep",
159
- GCCollectGarbage: "Heap::collectGarbage",
+ GCCollectGarbage: "BlinkGCMarking",
160
161
// CpuProfile is a virtual event created on frontend to support
162
// serialization of CPU Profiles within tracing timeline data.
0 commit comments