Debug.GlobalGcInvocationCount Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le nombre d’appels gc non simultanés entre a #startAllocCounting() start et #stopAllocCounting() stop.
public static int GlobalGcInvocationCount { [Android.Runtime.Register("getGlobalGcInvocationCount", "()I", "")] get; }
[<get: Android.Runtime.Register("getGlobalGcInvocationCount", "()I", "")>]
static member GlobalGcInvocationCount : int
Valeur de propriété
Nombre d’appels gc non simultanés entre a #startAllocCounting() start et #stopAllocCounting() stop.
- Attributs
Remarques
Retourne le nombre d’appels gc non simultanés 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.getGlobalGcInvocationCount().
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.