Closed
Bug 1197914
Opened 9 years ago
Closed 2 years ago
Show a hint to record allocations in GC marker details
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect, P3)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: fitzgen, Unassigned)
References
Details
We should show something like
> Hint: find the allocations that triggered this GC with the 'Record Allocations' option.
in the GC markers details if recording allocations was not enabled and the GC's trigger was one of:
* TOO_MUCH_MALLOC
* ALLOC_TRIGGER
* LAST_DITCH
* EAGER_ALLOC_TRIGGER
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•