Debug.GlobalFreedCount Propiedad

Definición

Devuelve el recuento global de objetos liberados por el tiempo de ejecución entre y #startAllocCounting() start#stopAllocCounting() stop.

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

Valor de propiedad

Atributos

Comentarios

Devuelve el recuento global de objetos liberados por el tiempo de ejecución entre y #startAllocCounting() start#stopAllocCounting() stop.

Este miembro está en desuso. El recuento preciso es una carga en el tiempo de ejecución y se puede quitar.

Java documentación para android.os.Debug.getGlobalFreedCount().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a