com.google.caliper
Class Run

java.lang.Object
  extended by com.google.caliper.Run
All Implemented Interfaces:
Serializable

public final class Run
extends Object
implements Serializable

The complete result of a benchmark suite run. WARNING: a JSON representation of this class is stored on the app engine server. If any changes are made to this class, a deserialization adapter must be written for this class to ensure backwards compatibility.

Gwt-safe.

See Also:
Serialized Form

Constructor Summary
Run(Map<Scenario,ScenarioResult> measurements, String benchmarkName, Date executedTimestamp)
           
 
Method Summary
 boolean equals(Object o)
           
 String getBenchmarkName()
           
 Date getExecutedTimestamp()
           
 Map<Scenario,ScenarioResult> getMeasurements()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Run

public Run(Map<Scenario,ScenarioResult> measurements,
           String benchmarkName,
           Date executedTimestamp)
Method Detail

getMeasurements

public Map<Scenario,ScenarioResult> getMeasurements()

getBenchmarkName

public String getBenchmarkName()

getExecutedTimestamp

public Date getExecutedTimestamp()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 Google, Inc.. All Rights Reserved.