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.

Default:
""


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