com.carrotsearch.junitbenchmarks.annotation
Annotation Type BenchmarkMethodChart


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface BenchmarkMethodChart

Generate a graphical summary for all benchmarked methods of the annotated class.


Optional Element Summary
 String filePrefix
          Chart file prefix override.
 

filePrefix

public abstract String filePrefix
Chart file prefix override. If empty, class name is used. Any substring CLASSNAME is replaced with a fully qualified class name of the annotated test's class.

Default:
""


Copyright © 2013 Carrot Search s.c.. All Rights Reserved.