Uses of Class
org.javasimon.utils.BenchmarkUtils.Task

Packages that use BenchmarkUtils.Task
org.javasimon.utils Java Simon supporting utilities and tools. 
 

Uses of BenchmarkUtils.Task in org.javasimon.utils
 

Methods in org.javasimon.utils with parameters of type BenchmarkUtils.Task
private static void BenchmarkUtils.measure(int measuredRuns, BenchmarkUtils.Task[] tasks)
           
private static void BenchmarkUtils.presentSummary(BenchmarkUtils.Task[] tasks)
           
static StopwatchSample[] BenchmarkUtils.run(int warmupRuns, int measuredRuns, BenchmarkUtils.Task... tasks)
          Runs the list of tasks to be benchmarked and returns StopwatchSample array with measured results.
private static void BenchmarkUtils.warmup(int warmupRuns, BenchmarkUtils.Task[] tasks)
           
private static void BenchmarkUtils.warmupTask(BenchmarkUtils.Task task)
           
 



Copyright © 2013. All Rights Reserved.