Confirmed users
47
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...") |
(Can no longer get Instruments.app to profile firefox without crashing...) |
||
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. |