Linguaggio

Debug.ThreadGcInvocationCount Proprietà

Definizione

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

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

Valore della proprietà

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

Attributi

Commenti

Restituisce il numero di chiamate GC non simultanee locali del thread 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.getThreadGcInvocationCount().

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