Open
Bug 1052723
Opened 11 years ago
Updated 1 year ago
Add telemetry for more GC phases
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
NEW
People
(Reporter: terrence, Unassigned)
References
(Blocks 1 open bug)
Details
We only have phases right now for aggregate marking and sweeping. This makes it hard to tell whether our long tail of long-max-pause GC's might be caused by some particular phase exploding commonly, or by general slowness. This also means we don't have any good way to try to correlate regressions in our aggregate stats.
Updated•11 years ago
|
QA Contact: sphink
Comment 1•11 years ago
|
||
I assume you meant to assign this to yourself Steve.
Assignee: nobody → sphink
QA Contact: sphink
Comment 2•11 years ago
|
||
(In reply to Jon Coppeard (:jonco) from comment #1)
> I assume you meant to assign this to yourself Steve.
That's what happens when I attempt to use the bugzilla interface directly instead of going through bzexport...
Reporter | ||
Updated•10 years ago
|
Assignee: sphink → terrence
Reporter | ||
Updated•10 years ago
|
Updated•4 years ago
|
Assignee: terrence.d.cole → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•