org.scalabench.plugins.dacapo.config
Class BenchmarkConfiguration

java.lang.Object
  extended by org.scalabench.plugins.dacapo.config.BenchmarkConfiguration

public class BenchmarkConfiguration
extends Object


Constructor Summary
BenchmarkConfiguration()
           
 
Method Summary
 Description getDescription()
           
 String getHarnessClass()
           
 List<Size> getSizes()
          Returns the benchmark's input sizes.
 String getThreadModel()
          Returns the benchmark's thread model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BenchmarkConfiguration

public BenchmarkConfiguration()
Method Detail

getHarnessClass

public String getHarnessClass()

getThreadModel

public String getThreadModel()
Returns the benchmark's thread model. Can be SINGLE, FIXED, or PER_CPU.


getSizes

public List<Size> getSizes()
Returns the benchmark's input sizes. The following benchmark sizes are commonly used:
  1. tiny
  2. small
  3. default
  4. large
  5. huge
  6. gargantuan
  7. colossal


getDescription

public Description getDescription()


Copyright © 2010-2012 Technische Universität Darmstadt. All Rights Reserved.