Closed
Bug 1950417
Opened 1 year ago
Closed 1 year ago
Mirror memory metrics for Firefox Android
Categories
(Core :: XPCOM, task)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
138 Branch
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: kaya, Assigned: florian)
References
Details
Attachments
(1 file)
Currently, we do not have any memory histograms coming from Android. To have some visibility on the memory consumption of the app and child processes, we'd like to mirror a couple of memory metrics for Android. These are:
MEMORY_RESIDENT_PEAK, MEMORY_UNIQUE , MEMORY_VSIZE and MEMORY_TOTAL
Opening the ticket under XPCOM component as those metrics are getting recorded for desktop at xpcom/base/MemoryTelemetry.cpp.
| Reporter | ||
Comment 1•1 year ago
|
||
Linking an ongoing migration work, which will address to these metrics at some point as well.
See Also: → 1944631
| Reporter | ||
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → florian
Status: NEW → ASSIGNED
Pushed by fqueze@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e13f4f5ff468
Migrate memory histograms to Glean, making them also available for Firefox Android, r=chutten.
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•