Debug.StopAllocCounting Method

Definition

Caution

deprecated

Stop counting the number and aggregate size of memory allocations.

[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
Attributes

Remarks

Stop counting the number and aggregate size of memory allocations.

This member is deprecated. Accurate counting is a burden on the runtime and may be removed.

Java documentation for android.os.Debug.stopAllocCounting().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to