Skip to content

Commit e2ca0ad

Browse files
keishiCommit bot
authored andcommitted
Rename Heap to ThreadHeap
BUG=591606 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:winx64_10_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq;tryserver.chromium.perf:linux_perf_cq Committed: https://crrev.com/191c640cc25f76c0c0f8a0b448de33cd059f4a8e Cr-Commit-Position: refs/heads/master@{#387233} Review URL: https://codereview.chromium.org/1845543002 Cr-Commit-Position: refs/heads/master@{#387307}
1 parent 8228bda commit e2ca0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/timeline/TimelineModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ WebInspector.TimelineModel.RecordType = {
156156
ImplSideFling: "InputHandlerProxy::HandleGestureFling::started",
157157
GCIdleLazySweep: "ThreadState::performIdleLazySweep",
158158
GCCompleteSweep: "ThreadState::completeSweep",
159-
GCCollectGarbage: "Heap::collectGarbage",
159+
GCCollectGarbage: "BlinkGCMarking",
160160

161161
// CpuProfile is a virtual event created on frontend to support
162162
// serialization of CPU Profiles within tracing timeline data.

0 commit comments

Comments
 (0)