@Inherited @Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) public @interface OutputTimeUnit
OutputTimeUnit provides the default time unit to report the results in.
This annotation may be put at Benchmark
method to have effect on that
method only, or at the enclosing class instance to have the effect over all
Benchmark
methods in the class. This annotation may be overridden with
the runtime options.
public abstract TimeUnit value
Copyright © 2012–2020 Oracle. All rights reserved.