次の方法で共有


Debug.StopAllocCounting メソッド

定義

注意事項

deprecated

メモリ割り当ての数と集計サイズのカウントを停止します。

[Android.Runtime.Register("stopAllocCounting", "()V", "")]
[System.Obsolete("deprecated")]
public static void StopAllocCounting ();
[<Android.Runtime.Register("stopAllocCounting", "()V", "")>]
[<System.Obsolete("deprecated")>]
static member StopAllocCounting : unit -> unit
属性

注釈

メモリ割り当ての数と集計サイズのカウントを停止します。

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

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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象