br.com.oncast.dev.lobo
Annotation Type Profile


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Profile

Marks a profile scenario.
Profile scenarios are processed by the OnCast Profiler Tool which runs the scenario, collects the performance metrics and reports for performance analysis and history purposes.


Optional Element Summary
 java.lang.String value
          The prefix for every metric in this metric source.
 

value

public abstract java.lang.String value
The prefix for every metric in this metric source.

Default:
"scenario-timespan"