Debug.GlobalClassInitTime Propiedad

Definición

Devuelve el tiempo dedicado correctamente a inicializar las clases entre y #startAllocCounting() start#stopAllocCounting() stop.

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

Valor de propiedad

El tiempo invertido correctamente en inicializar las clases entre y #startAllocCounting() start#stopAllocCounting() stop.

Atributos

Comentarios

Devuelve el tiempo dedicado correctamente a inicializar las clases 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.getGlobalClassInitTime().

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