Open
Bug 1300924
Opened 8 years ago
Updated 10 months ago
Fix shutdown minor GC profiler totals
Categories
(Core :: JavaScript: GC, defect, P3)
Core
JavaScript: GC
Tracking
()
NEW
People
(Reporter: sfink, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: triage-deferred)
I was wondering why my JS_GC_PROFILE_NURSERY=1000 runs showed a bunch of slow minor GCs, but then only printed out totals for 6 GCs. I'm pretty sure it's because opt e10s builds do an abrupt shutdown. h4writer is handling that for TraceLogger in bug 1298831, so I'll piggyback a fix on whatever he comes up with.
Updated•7 years ago
|
Keywords: triage-deferred
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•