Closed
Bug 1497124
Opened 7 years ago
Closed 7 years ago
Track JS zone memory allocation per tab / worker
Categories
(Toolkit :: Performance Monitoring, enhancement)
Toolkit
Performance Monitoring
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: tarek, Assigned: tarek)
References
Details
Attachments
(3 files)
For each JS:Zone, we aggreate the allocated size of its arenas. This metrics is added in PerformanceInfo in order to get a sense of how much memory each tab uses for its JS (not counting JIT and bindings memory).
This is a first step towards a rough estimation of how big a tab takes into memory, for about:performance
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → tarek
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Updated•7 years ago
|
Attachment #9015311 -
Attachment description: Bug 1497124 - Track JS Zone Memory allocation [WIP] → Bug 1497124 - Track JS Zone Memory allocation - r?jandem,baku
Updated•7 years ago
|
Attachment #9015311 -
Attachment description: Bug 1497124 - Track JS Zone Memory allocation - r?jandem,baku → Bug 1497124 - Added some memory info in the performance counters - r?jonco,baku,padenot
Assignee | ||
Comment 4•7 years ago
|
||
related: Bug 1501238
Assignee | ||
Comment 5•7 years ago
|
||
related: Bug 1489460
Assignee | ||
Comment 6•7 years ago
|
||
Assignee | ||
Comment 7•7 years ago
|
||
Assignee | ||
Comment 8•7 years ago
|
||
Updated•7 years ago
|
Attachment #9015311 -
Attachment description: Bug 1497124 - Added some memory info in the performance counters - r?jonco,baku,padenot → Bug 1497124 - Added some memory info in the performance counters - r?jonco,baku,jya
Assignee | ||
Comment 9•7 years ago
|
||
Assignee | ||
Comment 10•7 years ago
|
||
Assignee | ||
Comment 11•7 years ago
|
||
Assignee | ||
Comment 12•7 years ago
|
||
Comment 13•7 years ago
|
||
Pushed by tziade@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/77934bdb4486
Added some memory info in the performance counters - r=jya,jonco
Comment 14•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Updated•7 years ago
|
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•