Closed
Bug 1367766
Opened 7 years ago
Closed 3 years ago
Some GC reason descriptions don't make sense
Categories
(DevTools :: Performance Tools (Profiler/Timeline), enhancement, P3)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jonco, Unassigned)
References
Details
I just noticed these don't always line up to well with what the GC reason actually means, e.g. the reason for full store buffer is reported to the user as 'Nursery Objects Too Active'.
http://searchfox.org/mozilla-central/source/devtools/client/locales/en-US/markers.properties#114
sfink or I could probably come up with some better descriptions. Filing this so I don't forget about it.
Comment 1•7 years ago
|
||
It was the best I could come up with that might make sense to a typical web dev. Conceptually the store buffer is full when there has been too much tenured -> nursery edge writes, or "activity". I agree it is a stretch :-P
Updated•7 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 2•3 years ago
|
||
We don't use this localization mechanism in the new profiler, so I'm gonna close this as WONTFIX.
However we may want to implement something with the same behavior with the new profiler too.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•