Android.App.Instrumentation.StartProfiling Method
This method will start profiling if isProfiling() returns true.

Syntax

[Android.Runtime.Register("startProfiling", "()V", "GetStartProfilingHandler")]
public virtual void StartProfiling ()

Remarks

This method will start profiling if isProfiling() returns true. You should only call this method if you set the handleProfiling attribute in the manifest file for this Instrumentation to true.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1