Closed
Bug 1654155
Opened 4 years ago
Closed 4 years ago
Remove the timestamp field from the GC profiler marker
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: pbone, Assigned: pbone)
References
Details
Attachments
(1 file)
After Bug 1482089 the timestamp GC marker is mostly-not used. But it needs to be removed from the gecko profiler first, possibly deprecated there first.
Type definition in the gecko profiler:
https://github.com/firefox-devtools/profiler/blob/main/src/types/markers.js#L139
Assignee | ||
Comment 1•4 years ago
|
||
Here's the PR for the profiler: https://github.com/firefox-devtools/profiler/pull/2664
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → pbone
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Severity: -- → N/A
Pushed by pbone@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d8b099f96214
Remove timestamp field from GCMajor profiler markers r=jonco
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•