Bug 1852754: part 9) Add tests for dynamically loading <link rel="prefetch"> elements...
[gecko.git] / xpcom / docs / huntingleaks.rst
blob9e0585da4e798d1dbd1dab75b9532a8b1689e0bc
1 Hunting Leaks
2 =============
4 .. contents:: Table of Contents
5     :local:
6     :depth: 2
8 Different tools and techniques are used to hunt leaks:
10 .. list-table::
11    :header-rows: 1
13    * - Tools
14      - Description
15    * - :ref:`Bloatview`
16      - BloatView is a tool that shows information about cumulative memory usage and leaks.
17    * - :ref:`Refcount Tracing and Balancing`
18      - Refcount tracing and balancing are advanced techniques for tracking down leak of refcounted objects found with BloatView.
19    * - `GC and CC logs </performance/memory/gc_and_cc_logs.html>`_
20      - Garbage collector (GC) and cycle collector (CC) logs give information about why various JS and C++ objects are alive in the heap.
21    * - :ref:`DMD Heap Scan Mode`
22      - Heap profiler within Firefox