Closed
Bug 826553
Opened 12 years ago
Closed 12 years ago
Add a memory reporter for the event listener manager's hash table.
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
(Blocks 1 open bug)
Details
(Whiteboard: [MemShrink])
Attachments
(1 file)
3.88 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
DMD tells me that the event listener manager's hash table can get reasonably
big -- e.g. 384 KiB for me after 8 hours of regular browsing, and 1.5 MiB after
running MemBench.
![]() |
Assignee | |
Comment 1•12 years ago
|
||
This patch adds a reporter for it. I'm not sure if "explicit/dom/" is the
best path for it; other suggestions are welcome.
Attachment #697737 -
Flags: review?(bzbarsky)
![]() |
Assignee | |
Updated•12 years ago
|
Blocks: DarkMatter
Whiteboard: [MemShrink]
![]() |
||
Comment 2•12 years ago
|
||
Comment on attachment 697737 [details] [diff] [review]
Add a memory reporter for the event listener manager's hash table.
r=me
Attachment #697737 -
Flags: review?(bzbarsky) → review+
![]() |
Assignee | |
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•