Uses of Class
spec.harness.results.IterationResult

Packages that use IterationResult
spec.harness Provides for a framwork for writing benchmarks and/or tests. 
spec.harness.analyzer An analyzer package, containing a analysis system that can be used by the harness. 
spec.harness.results A result package, containing results structs/beans to store configuration and result info for and from the spec.harness
 

Uses of IterationResult in spec.harness
 

Methods in spec.harness with parameters of type IterationResult
 LoopResult BenchmarkThread.runLoop(IterationResult iResult)
          Runs the benchmark one loop.
 void BenchmarkThread.setInvalidStartupResult(BenchmarkResult invalidBenchmarkResult, IterationResult invalidIterationResult)
           
 void BenchmarkThread.setItResult(IterationResult itResult)
           
 

Uses of IterationResult in spec.harness.analyzer
 

Methods in spec.harness.analyzer with parameters of type IterationResult
 void AnalyzerBase.setIterationResult(IterationResult iterationResult)
           
static void AnalyzersRunner.setupAnalyzers(IterationResult itResult, long frequency)
           
static void AnalyzersRunner.tearDownAnalyzers(IterationResult itResult)
           
 

Constructors in spec.harness.analyzer with parameters of type IterationResult
AnalyzersRunner(IterationResult itResult, long afreq)
           
 

Uses of IterationResult in spec.harness.results
 

Methods in spec.harness.results that return IterationResult
 IterationResult BenchmarkResult.getWarmupResult()
           
 

Methods in spec.harness.results with parameters of type IterationResult
 void BenchmarkResult.addIterationResult(IterationResult iterationResult)
           
 void BenchmarkResult.setWarmupResult(IterationResult warmupResult)