DevTools/Features/Memory: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (clearing in prep for migration to new feature page format)
Line 1: Line 1:
{| class="fullwidth-table"
|-
| style="font-weight: bold; background: #DDD;" | Feature
| style="font-weight: bold; background: #DDD;" | Status
| style="font-weight: bold; background: #DDD;" | ETA
| style="font-weight: bold; background: #DDD;" | Owner
|-
<section begin="status" />
| [[DevTools/Features/Memory]]
| {{StatusHealthy|status=exploratory coding}}
| YYYY-MM-DD
| Kevin Dangoor
<section end="status" />
|-
|}


== 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 [http://mozilla.github.com/devtools/2011/status.html#memoryback 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 [http://www.eclipse.org/mat/ 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.
__NOTOC__
[[Category:Feature]]
[[Category:Firefox]]
[[Category:DevTools]]
[[Category:Priority 1]]

Revision as of 14:45, 12 July 2011