diff options
Diffstat (limited to 'files/pt-pt/tools/memory')
-rw-r--r-- | files/pt-pt/tools/memory/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/pt-pt/tools/memory/index.html b/files/pt-pt/tools/memory/index.html index b331a5b5b9..deef776146 100644 --- a/files/pt-pt/tools/memory/index.html +++ b/files/pt-pt/tools/memory/index.html @@ -1,12 +1,13 @@ --- title: Memória -slug: Tools/Memoria +slug: Tools/Memory tags: - Ferramentas - Ferramentas de Programador - Firefox - Mozilla translation_of: Tools/Memory +original_slug: Tools/Memoria --- <div>{{ToolsSidebar}}</div><p>The Memory tool lets you take a snapshot of the current tab's memory <a class="external external-icon" href="http://en.wikipedia.org/wiki/Memory_management#HEAP" title="heap">heap</a>. It then provides a number of views of the heap that can show you which objects account for memory usage and exactly where in your code you are allocating memory.</p> |