Linguaggio

Debug.GlobalAllocCount Proprietà

Definizione

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

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

Valore della proprietà

Numero globale di oggetti allocati dal runtime tra un #startAllocCounting() start oggetto e #stopAllocCounting() stop.

Attributi

Commenti

Restituisce il numero globale di oggetti allocati 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.getGlobalAllocCount().

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