IPerformanceTestCase.StartPerformance Method

Definition

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

Java documentation for android.test.PerformanceTestCase.startPerformance(android.test.Intermediates).

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