@Deprecated public interface PerformanceTestCase
Modifier and Type | Interface and Description |
---|---|
static interface |
PerformanceTestCase.Intermediates
Deprecated.
Callbacks for
PerformanceTestCase . |
Modifier and Type | Method and Description |
---|---|
boolean |
isPerformanceOnly()
Deprecated.
This method is used to determine what modes this test case can run in.
|
int |
startPerformance(PerformanceTestCase.Intermediates intermediates)
Deprecated.
Set up to begin performance tests.
|
int startPerformance(PerformanceTestCase.Intermediates intermediates)
If you return a non-zero iteration count, you should call
intermediates.startTiming
and
intermediates.endTiming
to report the
duration of the test whose performance should actually be measured.
intermediates
- Callback for sending intermediate results.boolean isPerformanceOnly()