This annotation can be used on an {@link junit.framework.TestCase}'s test methods. When the
annotation is present, the test method is profiled for bandwidth metrics 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. |