This annotation can be used on an {@link junit.framework.TestCase}'s test methods. When the
annotation is present, the test method is timed and the results written through instrumentation
output. It can also be used on the class itself, which is equivalent to tagging all test methods
with this annotation.
Setting {@link #includeDetailedStats()} to true causes additional metrics such as memory usage
and binder transactions to be gathered and written through instrumentation output.
{@hide} Pending approval for public API. |