Debug.ThreadGcInvocationCount Propriedade

Definição

Retorna o número de invocações de GC não simultâneas local de thread entre a #startAllocCounting() start e #stopAllocCounting() stop.

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

Valor da propriedade

O número de invocações de GC não simultâneas de thread local entre a #startAllocCounting() start e #stopAllocCounting() stop.

Atributos

Comentários

Retorna o número de invocações de GC não simultâneas local de thread 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.getThreadGcInvocationCount().

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