160
edits
(Add AWSY Docs) |
(Add old reference from MDN web docs) |
||
| Line 1: | Line 1: | ||
All of the values we report to Perfherder for memory come from [https://developer.mozilla.org/docs/Mozilla/Performance/about:memory about:memory]. It might be helpful to run that locally to get an idea of what we measure. | All of the values we report to Perfherder for memory come from [https://developer.mozilla.org/docs/Mozilla/Performance/about:memory about:memory]. It might be helpful to run that locally to get an idea of what we measure. | ||
== General == | |||
Are We Slim Yet project (commonly known as AWSY) tracks memory usage across builds. | |||
== Test Descriptions == | == Test Descriptions == | ||
=== Explicit Memory summary === | === Explicit Memory summary === | ||
| Line 41: | Line 45: | ||
==== Possible regression causes ==== | ==== Possible regression causes ==== | ||
* Regressions in this often track regressions in explicit and heap unclassified. If we see a regression in resident, but not in other reports this can indicate we are leaking untracked memory (perhaps through shared memory, graphics allocations, file handles, etc). | * Regressions in this often track regressions in explicit and heap unclassified. If we see a regression in resident, but not in other reports this can indicate we are leaking untracked memory (perhaps through shared memory, graphics allocations, file handles, etc). | ||
=== Other references === | |||
[https://developer.mozilla.org/en-US/docs/Mozilla/Performance/AWSY Are We Slim Yet MDN web docs] | |||
edits