Debug.GlobalGcInvocationCount プロパティ

定義

#stopAllocCounting() stopの間の非同時実行 GC 呼び出しの数を#startAllocCounting() start返します。

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

プロパティ値

属性

注釈

#stopAllocCounting() stopの間の非同時実行 GC 呼び出しの数を#startAllocCounting() start返します。

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

android.os.Debug.getGlobalGcInvocationCount()Java ドキュメント。

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

適用対象