DevTools/Features/Memory: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Team) |
||
| Line 47: | Line 47: | ||
* Jan (Honza) Odvarko: representing Firebug's interests | * Jan (Honza) Odvarko: representing Firebug's interests | ||
* Kevin Dangoor: PM | * Kevin Dangoor: PM | ||
* George Carstoiu (irc:GeorgeCarstoiu): QA contact | |||
== Other Documentation == | == Other Documentation == | ||
Revision as of 14:54, 15 June 2011
| Feature | Status | ETA | Owner |
| DevTools/Features/Memory | exploratory coding | YYYY-MM-DD | Kevin Dangoor |
Summary
Ultimately, we want to be able to provide tools that give Firefox users answers to the following questions:
- is my page taking a lot of memory?
- if it is, how do I fix it? (where is that memory going?)
- am I allocating too many objects? if so, where?
For the first stage, we need to identify:
- what information we can get from the system presently
- what work needs to be done to get the information required to answer the questions above
The goal of this project now is to get the ball rolling so that the backend can provide the information we want so that a future release can provide the user-visible tooling.
Release Requirements
- Electrolysis-ready
Next Steps
- Finish exploratory work to determine implementation plan
Related Bugs & Dependencies
See the status page.
Team
- Dave Camp: lead developer
- Jan (Honza) Odvarko: representing Firebug's interests
- Kevin Dangoor: PM
- George Carstoiu (irc:GeorgeCarstoiu): QA contact
Other Documentation
The Eclipse Memory Analyzer Tool provides comprehensive views into memory usage on the Java platform. Ideally, we would provide more distilled information than this, but the MAT represents a much more robust tool than anything we've seen for JavaScript presently.