IPerformanceTestCase.StartPerformance Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set up to begin performance tests.
[Android.Runtime.Register("startPerformance", "(Landroid/test/PerformanceTestCase$Intermediates;)I", "GetStartPerformance_Landroid_test_PerformanceTestCase_Intermediates_Handler:Android.Test.IPerformanceTestCaseInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int StartPerformance (Android.Test.IPerformanceTestCaseIntermediates? intermediates);
[<Android.Runtime.Register("startPerformance", "(Landroid/test/PerformanceTestCase$Intermediates;)I", "GetStartPerformance_Landroid_test_PerformanceTestCase_Intermediates_Handler:Android.Test.IPerformanceTestCaseInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member StartPerformance : Android.Test.IPerformanceTestCaseIntermediates -> int
Parameters
- intermediates
- IPerformanceTestCaseIntermediates
Callback for sending intermediate results.
Returns
int Maximum number of iterations to run, or 0 to let the caller decide.
- Attributes
Remarks
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.