From 2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:50:24 +0100 Subject: unslug pt-pt: move --- files/pt-pt/tools/memoria/index.html | 65 ------------------------------------ 1 file changed, 65 deletions(-) delete mode 100644 files/pt-pt/tools/memoria/index.html (limited to 'files/pt-pt/tools/memoria') diff --git a/files/pt-pt/tools/memoria/index.html b/files/pt-pt/tools/memoria/index.html deleted file mode 100644 index b331a5b5b9..0000000000 --- a/files/pt-pt/tools/memoria/index.html +++ /dev/null @@ -1,65 +0,0 @@ ---- -title: Memória -slug: Tools/Memoria -tags: - - Ferramentas - - Ferramentas de Programador - - Firefox - - Mozilla -translation_of: Tools/Memory ---- -
{{ToolsSidebar}}

The Memory tool lets you take a snapshot of the current tab's memory heap. 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.

- -

{{EmbedYouTube("DJLoq5E5ww0")}}

- -
-

O básico

- -
- -
- -
-

Analisar capturas de ecrã

- -
-

The Tree map view is new in Firefox 48, and the Dominators view is new in FIrefox 46.

-
- -

Once you've taken a snapshot, there are three main views the Memory tool provides:

- - - -

If you've opted to record allocation stacks for the snapshot, the Aggregate and Dominators views can show you exactly where in your code allocations are happening.

- -
-

Conceitos

- -
- -
- -
-

Páginas de exemplo

- -

Examples used in the Memory tool documentation.

- -
- -
-- cgit v1.2.3-54-g00ecf