Open
Bug 933026
(rec-JS-mem-prof)
Opened 11 years ago
Updated 9 days ago
Recorded JS Memory Profile
Categories
(DevTools :: Memory, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: akratel, Unassigned)
References
Details
(Whiteboard: [User Story], [mockup])
User Story
As a web/app developer, I would like to be able to analyze the memory profile of my application: Acceptance Criteria: - Only my app memory profile is included - Can see all of the JS Globals and DOM nodes - sortable by type - sortable by counts - sortable by number of references - sortable by total size. Note: this story corresponds to the classic object profile. May require User story splitting along DOM versus JS object/nodes.
As a web/app developer, I would like to be able to analyze the memory profile of my application:
Acceptance Criteria:
- Only my app memory profile is included
- Can see all of the JS Globals and DOM nodes
- sortable by type
- sortable by counts
- sortable by number of references
- sortable by total size.
Note: this story corresponds to the classic object profile.
May require User story splitting along DOM versus JS object/nodes.
Flags: pm-scrub?
Reporter | ||
Updated•11 years ago
|
Component: Developer Tools → Developer Tools: User Stories
Reporter | ||
Updated•11 years ago
|
User Story: (updated)
Comment 1•10 years ago
|
||
From bug 625846#c13 - ability to sort by file the constructor is defined in.
According to Fitzgen, if we enable allocation tracking during recording (should use a refresh after recording), we can also have allocation sites as well
Component: Developer Tools: User Stories → Developer Tools: Memory
Flags: pm-scrub?
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 2•6 years ago
|
||
I think we only miss this part for now: "Can see all of the JS Globals and DOM nodes"
Or rather we can see the DOM nodes but not their size yet. We have a bug for this but I don't have it at the moment, so I'm gonna keep this bug open for now.
Updated•6 years ago
|
Priority: -- → P2
Updated•2 years ago
|
Severity: normal → S3
Updated•9 days ago
|
Priority: P2 → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•