Debug.InstructionCount.Collect Method

Definition

Collect instruction counts.

[Android.Runtime.Register("collect", "()Z", "GetCollectHandler")]
public virtual bool Collect ();
[<Android.Runtime.Register("collect", "()Z", "GetCollectHandler")>]
abstract member Collect : unit -> bool
override this.Collect : unit -> bool

Returns

Attributes

Remarks

Collect instruction counts. May or may not stop the counting process.

Java documentation for android.os.Debug.InstructionCount.collect().

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