Debug.GlobalAllocCount Propriedade

Definição

Retorna a contagem global de objetos alocados pelo runtime entre a #startAllocCounting() start e #stopAllocCounting() stop.

public static int GlobalAllocCount { [Android.Runtime.Register("getGlobalAllocCount", "()I", "")] get; }
[<get: Android.Runtime.Register("getGlobalAllocCount", "()I", "")>]
static member GlobalAllocCount : int

Valor da propriedade

A contagem global de objetos alocados pelo runtime entre a #startAllocCounting() start e #stopAllocCounting() stop.

Atributos

Comentários

Retorna a contagem global de objetos alocados pelo runtime entre a #startAllocCounting() start e #stopAllocCounting() stop.

Este membro foi preterido. A contagem precisa é uma carga no runtime e pode ser removida.

Documentação Java para android.os.Debug.getGlobalAllocCount().

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a