3,860
edits
(Created page with "== Background == This page will attempt to outline our current tools and methods for dealing with transient memory issues. These are defined as large increases in memory that...") |
m (Lakrits moved page FirefoxOS/Performance/Memory/Transients to Firefox OS/Performance/Memory/Transients: The official spelling of "Firefox OS" leaves a space between the two parts of the name. It's easier to find a page if the spelling of its na...) |
||
(One intermediate revision by one other user not shown) | |||
Line 25: | Line 25: | ||
Note, you will likely need to add <code>/xpcom/base</code> to <code>LOCAL_INCLUDES</code> in the associated <code>moz.build</code> file. | Note, you will likely need to add <code>/xpcom/base</code> to <code>LOCAL_INCLUDES</code> in the associated <code>moz.build</code> file. | ||
== SPS Profiler and Cleopatra (FUTURE) == | == SPS Profiler and Cleopatra (FUTURE) == | ||
In the future we plan to add memory usage to the SPS profiler. See {{bug|988332}}. This will allow the investigation of transient memory usage as long as the target process is not OOM killed. | In the future we plan to add memory usage to the SPS profiler. See {{bug|988332}}. This will allow the investigation of transient memory usage as long as the target process is not OOM killed. |
edits