This method will start profiling if isProfiling() returns true.
Syntax
[Android.Runtime.Register("startProfiling", "()V", "GetStartProfilingHandler")] public virtual voidStartProfiling ()
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.