Debug.GlobalClassInitTime プロパティ

定義

#startAllocCounting() start#stopAllocCounting() stopの間のクラスの初期化に成功した時間を返します。

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

プロパティ値

#startAllocCounting() start#stopAllocCounting() stopの間でクラスの初期化に成功した時間。

属性

注釈

#startAllocCounting() start#stopAllocCounting() stopの間のクラスの初期化に成功した時間を返します。

このメンバーは非推奨です。 正確なカウントはランタイムの負担であり、削除される可能性があります。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象