Closed
Bug 567838
Opened 15 years ago
Closed 15 years ago
heap analysis tools
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 551477
People
(Reporter: graydon, Unassigned)
Details
Heap usage analysis is still painful for us, and pathological 500mb-1gb heaps are (in my experience) showing up more and more often in firefox. The about:memory work in bug 563700 is good if we're actually reporting the problem areas, but I think it'd be good to also work on heap analysis tools (either based on valgrind output, trace-malloc output, or something more crude) that give more detail and capture at a lower level.
I'm envious in particular of this: http://www.eclipse.org/mat/
Anyone want to try producing a C++ clone?
Comment 1•15 years ago
|
||
jseward was working on something like this, no?
Reporter | ||
Comment 2•15 years ago
|
||
(In reply to comment #1)
> jseward was working on something like this, no?
Quite so, I hadn't seen bug 551477 fly by. This is a dupe of it. I'll mention MAT in the comments section there.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•