Instrumentation.StopProfiling Method

Definition

Stops profiling if isProfiling() returns true.

[Android.Runtime.Register("stopProfiling", "()V", "GetStopProfilingHandler")]
public virtual void StopProfiling ();
[<Android.Runtime.Register("stopProfiling", "()V", "GetStopProfilingHandler")>]
abstract member StopProfiling : unit -> unit
override this.StopProfiling : unit -> unit
Attributes

Remarks

Stops profiling if isProfiling() returns true.

Java documentation for android.app.Instrumentation.stopProfiling().

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