Uses of Class
spec.harness.results.BenchmarkResult

Packages that use BenchmarkResult
spec.benchmarks.check   
spec.benchmarks.compiler   
spec.benchmarks.compiler.compiler   
spec.benchmarks.compiler.sunflow   
spec.benchmarks.compress   
spec.benchmarks.crypto.aes   
spec.benchmarks.crypto.rsa   
spec.benchmarks.crypto.signverify   
spec.benchmarks.derby   
spec.benchmarks.helloworld   
spec.benchmarks.mpegaudio   
spec.benchmarks.scimark.fft   
spec.benchmarks.scimark.lu   
spec.benchmarks.scimark.monte_carlo   
spec.benchmarks.scimark.sor   
spec.benchmarks.scimark.sparse   
spec.benchmarks.serial   
spec.benchmarks.startup   
spec.benchmarks.sunflow   
spec.benchmarks.xml   
spec.benchmarks.xml.transform   
spec.benchmarks.xml.validation   
spec.harness Provides for a framwork for writing benchmarks and/or tests. 
spec.harness.results A result package, containing results structs/beans to store configuration and result info for and from the spec.harness
 

Uses of BenchmarkResult in spec.benchmarks.check
 

Constructors in spec.benchmarks.check with parameters of type BenchmarkResult
Main(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.benchmarks.compiler
 

Constructors in spec.benchmarks.compiler with parameters of type BenchmarkResult
MainBase(BenchmarkResult bmResult, int threadId, int compiles)
           
 

Uses of BenchmarkResult in spec.benchmarks.compiler.compiler
 

Constructors in spec.benchmarks.compiler.compiler with parameters of type BenchmarkResult
Main(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.benchmarks.compiler.sunflow
 

Constructors in spec.benchmarks.compiler.sunflow with parameters of type BenchmarkResult
Main(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.benchmarks.compress
 

Constructors in spec.benchmarks.compress with parameters of type BenchmarkResult
Main(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.benchmarks.crypto.aes
 

Constructors in spec.benchmarks.crypto.aes with parameters of type BenchmarkResult
Main(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.benchmarks.crypto.rsa
 

Constructors in spec.benchmarks.crypto.rsa with parameters of type BenchmarkResult
Main(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.benchmarks.crypto.signverify
 

Constructors in spec.benchmarks.crypto.signverify with parameters of type BenchmarkResult
Main(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.benchmarks.derby
 

Constructors in spec.benchmarks.derby with parameters of type BenchmarkResult
Main(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.benchmarks.helloworld
 

Constructors in spec.benchmarks.helloworld with parameters of type BenchmarkResult
Main(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.benchmarks.mpegaudio
 

Constructors in spec.benchmarks.mpegaudio with parameters of type BenchmarkResult
Main(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.benchmarks.scimark.fft
 

Constructors in spec.benchmarks.scimark.fft with parameters of type BenchmarkResult
Main(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.benchmarks.scimark.lu
 

Constructors in spec.benchmarks.scimark.lu with parameters of type BenchmarkResult
Main(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.benchmarks.scimark.monte_carlo
 

Constructors in spec.benchmarks.scimark.monte_carlo with parameters of type BenchmarkResult
Main(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.benchmarks.scimark.sor
 

Constructors in spec.benchmarks.scimark.sor with parameters of type BenchmarkResult
Main(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.benchmarks.scimark.sparse
 

Constructors in spec.benchmarks.scimark.sparse with parameters of type BenchmarkResult
Main(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.benchmarks.serial
 

Constructors in spec.benchmarks.serial with parameters of type BenchmarkResult
Main(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.benchmarks.startup
 

Constructors in spec.benchmarks.startup with parameters of type BenchmarkResult
Main(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.benchmarks.sunflow
 

Constructors in spec.benchmarks.sunflow with parameters of type BenchmarkResult
Main(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.benchmarks.xml
 

Constructors in spec.benchmarks.xml with parameters of type BenchmarkResult
XMLBenchmark(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.benchmarks.xml.transform
 

Constructors in spec.benchmarks.xml.transform with parameters of type BenchmarkResult
Main(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.benchmarks.xml.validation
 

Constructors in spec.benchmarks.xml.validation with parameters of type BenchmarkResult
Main(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.harness
 

Fields in spec.harness declared as BenchmarkResult
 BenchmarkResult ProgramRunner.bmResult
          The test result
 

Methods in spec.harness with parameters of type BenchmarkResult
static int ProgramRunner.getNoBmHarnessThreads(BenchmarkResult bmResult)
           
 void BenchmarkThread.setInvalidStartupResult(BenchmarkResult invalidBenchmarkResult, IterationResult invalidIterationResult)
           
 

Constructors in spec.harness with parameters of type BenchmarkResult
ProgramRunner(BenchmarkResult result, int mode)
          Overloaded constructor for the class.
SpecJVMBenchmarkBase(BenchmarkResult bmResult, int threadId)
           
 

Uses of BenchmarkResult in spec.harness.results
 

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

Methods in spec.harness.results with parameters of type BenchmarkResult
 void SuiteResult.addBenchmarkResults(BenchmarkResult benchmarkResult)
           
 void IterationResult.setBenchmarkResult(BenchmarkResult bmResult)