Lingua

Debug.GlobalFreedCount Proprietà

Definizione

Restituisce il numero globale di oggetti liberati dal runtime tra un #startAllocCounting() start oggetto e #stopAllocCounting() stop.

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

Valore della proprietà

Conteggio globale degli oggetti liberati dal runtime tra un #startAllocCounting() start oggetto e #stopAllocCounting() stop.

Attributi

Commenti

Restituisce il numero globale di oggetti liberati dal runtime 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.getGlobalFreedCount().

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