nikgoodley-ibboost / gbench

Automatically exported from code.google.com/p/gbench
Apache License 2.0
0 stars 0 forks source link

maxWarmUpTime option for BenchmarkBuilder.run() is not written in its Javadoc #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
{{{
    /**
     * Gets benchmarks.
     *
     * @param options
     * <ul>
     * <li>warmUpTime: the length of time (in seconds) to warm up Groovy and JVM.
     *              the default value is {@link AUTO}.</li>
     * <li>measureCpuTime: measure CPU time. the default value depends on JVM.</li>
     * <li>quiet: suppress output. the default value is <code>false</code>.
     * <li>verbose: enable verbose output. the default value is <code>false</code>.
     * </ul>
     * @param clos a closure to add code blocks for benchmarking.
     * @return a list of benchmarks
     */
    def run(Map options = [:], Closure clos) {
}}}

Original issue reported on code.google.com by nagaimas...@gmail.com on 19 Mar 2013 at 12:36

GoogleCodeExporter commented 9 years ago
fixed 
https://code.google.com/p/gbench/source/detail?r=ba8725bbd10a18a2d7bb497ac824a35
a4ef11dab&name=develop

Original comment by nagaimas...@gmail.com on 19 Mar 2013 at 1:29