Debug.ThreadAllocCount Propriedade

Definição

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

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

Valor da propriedade

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

Atributos

Comentários

Retorna a contagem local de thread 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.

Java documentação para android.os.Debug.getThreadAllocCount().

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

Aplica-se a