Langage

Debug.GlobalAllocCount Propriété

Définition

Retourne le nombre global d’objets alloués par le runtime entre a #startAllocCounting() start et #stopAllocCounting() stop.

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

Valeur de propriété

Nombre global d’objets alloués par le runtime entre a #startAllocCounting() start et #stopAllocCounting() stop.

Attributs

Remarques

Retourne le nombre global d’objets alloués par le runtime entre a #startAllocCounting() start et #stopAllocCounting() stop.

Ce membre est déconseillé. Le comptage précis est un fardeau sur le runtime et peut être supprimé.

Java documentation pour android.os.Debug.getGlobalAllocCount().

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à