Debug.GlobalGcInvocationCount Propriedade

Definição

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

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

Valor da propriedade

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

Atributos

Comentários

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

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