Closed
Bug 167035
Opened 22 years ago
Closed 14 years ago
track memory usage and performance via help|about
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
People
(Reporter: Marko.Macek, Unassigned)
References
Details
Attachments
(1 file)
73.90 KB,
image/png
|
Details |
It seems mozilla still has serious memory usage problems (I just restarted after my mozilla had VM Size of 250M, despite just having 2 browsers + mail open) It would be very useful for bug reports to have help|about show the status of various memory allocators (current,max allocated). another thing would be performance of the javascript GC, mostly average/maximum latency.
Comment 1•22 years ago
|
||
cathleen, are you interested?
Assignee: dougt → cathleen
Component: XPCOM → Networking
we have lots of footprint analysis/reduction work need be done. This is a feature, and we won't be able to get to. i welcome any volunteers.
Comment 4•17 years ago
|
||
I don't this this is networking related. I'm setting it to XPCOM as a better choice. I would rather see this as a component which could return information (amount of memory allocated, number of XPCOM objects, Memory cache size, ...). Then, this could be added to the UI where appropriate (or maybe just let extensions show that information). Would the overhead of adding counters to malloc/free and XPCOM allocations be tolerable for this to be enabled in optimized builds?
Assignee: cathleennscp → nobody
Component: Networking → XPCOM
QA Contact: scc → xpcom
Summary: track memory usage and performance in Help|About. → track memory usage and performance
Updated•15 years ago
|
Summary: track memory usage and performance → track memory usage and performance via help|about
Comment 5•15 years ago
|
||
This is probably a duplicate of bug 392351 (or it could that that API to show memory information in about|help).
Comment 6•15 years ago
|
||
hrm, I can't type in this bug. s/could that that/could use that/.
Comment 7•15 years ago
|
||
Should we replicate the "about:memory" feature implemented in Google Chrome? (see attached screen shot)
Comment 8•15 years ago
|
||
Updated•15 years ago
|
Comment 9•15 years ago
|
||
about:memory is available in FireFox 3.6.3 right? But this bug still indicates NEW status!!!
Comment 10•14 years ago
|
||
We now have about:memory, and various tracking bugs for improving it further (eg. bug 563700).
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•