From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-br/tools/memory/index.html | 60 +++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 files/pt-br/tools/memory/index.html (limited to 'files/pt-br/tools/memory') diff --git a/files/pt-br/tools/memory/index.html b/files/pt-br/tools/memory/index.html new file mode 100644 index 0000000000..9dce9be076 --- /dev/null +++ b/files/pt-br/tools/memory/index.html @@ -0,0 +1,60 @@ +--- +title: Memory +slug: Tools/Memory +translation_of: Tools/Memory +--- +
{{ToolsSidebar}}

A ferramenta de memória permite que você tire um snapshot da aba atual de memória heap. Então fornece um número de visualizações do heap que lhe mostrar quais objetis account for memory usage and exactly where in your code you are allocating memory.

+ +

{{EmbedYouTube("DJLoq5E5ww0")}}

+ +
+

Básico

+ +
+ +
+ +
+

Analisando snapshots

+ +
+

A visualização do mapa de arvore é nova no Firefox 48, and the Dominators view is new in Firefox 46.

+
+ +

Uma vez que você tirou um snapshot, existem três principais visualizações que a ferramenta de Memória fornece:

+ + + +

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

+ +

Exemplos usados na documentação da Memory took.

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