次の方法で共有


Debug.ThreadAllocCount プロパティ

定義

と の間でランタイムによって割り当てられたオブジェクトのスレッド ローカル数を#startAllocCounting() start#stopAllocCounting() stop返します。

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

プロパティ値

属性

注釈

と の間でランタイムによって割り当てられたオブジェクトのスレッド ローカル数を#startAllocCounting() start#stopAllocCounting() stop返します。

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

の Java ドキュメント android.os.Debug.getThreadAllocCount()

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

適用対象