Linguaggio

Debug.GlobalGcInvocationCount Proprietà

Definizione

Restituisce il numero di chiamate GC non simultanee tra un #startAllocCounting() start oggetto e #stopAllocCounting() stop.

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

Valore della proprietà

Numero di chiamate GC non simultanee tra un #startAllocCounting() start oggetto e #stopAllocCounting() stop.

Attributi

Commenti

Restituisce il numero di chiamate GC non simultanee tra un #startAllocCounting() start oggetto e #stopAllocCounting() stop.

Questo membro è deprecato. Il conteggio accurato è un carico sul runtime e può essere rimosso.

per android.os.Debug.getGlobalGcInvocationCount().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a