Closed
Bug 115281
Opened 24 years ago
Closed 24 years ago
modify spacetrace to report interesting malloc stats
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla0.9.8
People
(Reporter: blythe, Assigned: blythe)
References
Details
(Keywords: memory-footprint)
Attachments
(1 file, 1 obsolete file)
|
28.33 KB,
patch
|
Details | Diff | Splinter Review |
such as the cost of each allocation (new stat generated by dp).
the number of allocations (today just the size/lifespan is reported).
this will aid targeting of calls to malloc/free in scenarios where we do not
desire them.
| Assignee | ||
Updated•24 years ago
|
Comment 1•24 years ago
|
||
Count in callsite report would be another.
| Assignee | ||
Comment 2•24 years ago
|
||
Heap Object Counts added.
Heap Operation Costs added.
Will post patch and ask for R=,SR= in few minutes.
| Assignee | ||
Comment 3•24 years ago
|
||
Request for r=,sr=
| Assignee | ||
Comment 4•24 years ago
|
||
New patch, builds on linux
Attachment #62039 -
Attachment is obsolete: true
| Assignee | ||
Comment 5•24 years ago
|
||
dp says I don't need review, HAH
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•