Closed
Bug 722609
Opened 13 years ago
Closed 13 years ago
Rename the js-total memory reports
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
Attachments
(1 file)
15.24 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
We have various "other" reports in about:memory like "js-total-objects". These are misnomers, because they only apply to the main JSRuntime, and don't include web worker JSRuntimes. This patch renames them (e.g. "js-main-runtime-objects").
I also tree-ified "mjit-code" and "mjit-data" just for the hell of it. (I've done the same thing with "object-slots" and "object-elements" in bug 722595.)
Attachment #592977 -
Flags: review?(luke)
![]() |
||
Updated•13 years ago
|
Attachment #592977 -
Flags: review?(luke) → review+
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
You need to log in
before you can comment on or make changes to this bug.
Description
•