org.scalabench.dacapo.callback.summary
Class Summary

java.lang.Object
  extended by org.scalabench.dacapo.callback.summary.Summary

public class Summary
extends Object

A summary of one or more benchmark iterations performed during one or more benchmark invocations.


Constructor Summary
Summary()
           
 
Method Summary
 void addInvocation(Invocation invocation)
           
 String getBenchmark()
           
 List<Invocation> getInvocations()
           
 String getVmName()
           
 String getVmVendor()
           
 String getVmVersion()
           
 void setBenchmark(String benchmark)
           
 void setVmName(String vmName)
           
 void setVmVendor(String vmVendor)
           
 void setVmVersion(String vmVersion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Summary

public Summary()
Method Detail

getBenchmark

public String getBenchmark()

setBenchmark

public void setBenchmark(String benchmark)

getVmName

public String getVmName()

setVmName

public void setVmName(String vmName)

getVmVendor

public String getVmVendor()

setVmVendor

public void setVmVendor(String vmVendor)

getVmVersion

public String getVmVersion()

setVmVersion

public void setVmVersion(String vmVersion)

getInvocations

public List<Invocation> getInvocations()

addInvocation

public void addInvocation(Invocation invocation)


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