Closed
Bug 1627666
Opened 5 years ago
Closed 5 years ago
Remove some unneeded GC telemetry
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(2 files)
GC_NURSERY_BYTES has been replaced by GC_NURSERY_BYTES_2 and GC_INCREMENTAL_DISABLED is no longer needed now that incremental GC is mature.
Assignee | ||
Comment 1•5 years ago
|
||
This has been replaced by GC_NURSERY_BYTES_2.
Assignee | ||
Comment 2•5 years ago
|
||
I think this was used when incremental GC was being enabled to see how whether/how frequently incremental GC got disabled. The data is a solid 0% for the last 15 versions at least.
Depends on D69826
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/619d6a754ee8
Remove expired GC_NURSERY_BYTES telemetry r=sfink
https://hg.mozilla.org/integration/autoland/rev/f8459b78cd48
Remove GC_INCREMENTAL_DISABLED telemetry r=sfink
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/619d6a754ee8
https://hg.mozilla.org/mozilla-central/rev/f8459b78cd48
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•