Closed
Bug 1693724
Opened 4 years ago
Closed 4 years ago
Make MediaManager a memory reporter
Categories
(Core :: WebRTC: Audio/Video, task, P3)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: karlt, Assigned: karlt)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
MediaManager is a singleton and not expected to use much memory, but reporting the memory use of its aggregate members would notice unbounded growth in any of these.
Assignee | ||
Comment 1•4 years ago
|
||
This provides better documentation and perhaps less cache coherency contention.
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D106249
Pushed by ktomlinson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/79e785ecf42d
move mDeviceIDs to among other main-thread-only aggregates r=pehrsons
https://hg.mozilla.org/integration/autoland/rev/945c6e9eb3d2
Add initial memory reporting for MediaManager aggregate members r=pehrsons
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/79e785ecf42d
https://hg.mozilla.org/mozilla-central/rev/945c6e9eb3d2
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•