Closed Bug 979723 (mem-diff) Opened 10 years ago Closed 6 years ago

Diff comparison between two complete memory snapshots

Categories

(DevTools :: Memory, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: akratel, Unassigned)

References

Details

As a developer, I would like to be able to compare two different snapshots of the memory heap and see what objects were created and are still reachable (referenced) between the first and second snapshot. 

Acceptance criteria:
- be able to choose from available snapshots
- snapshots should be compatible, i.e. from the same app/unchanged code base, user should not be able to compare incompatible snapshots. 
- The most basic functionality the diff tool should provide is the following:
* show which objects remain reachable
* be able to browse object content
* see changes in the references
* show what references still existi
* show name changes to the object and any object property references
* objects should be grouped with the same available choices as in the real time memory tool.
Component: Developer Tools: User Stories → Developer Tools: Memory
Product: Firefox → DevTools
I believe we have a diff these days. If we want to improve it let's file new bugs that would be more targeted.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.