com.google.caliper
Class Result

java.lang.Object
  extended by com.google.caliper.Result

public final class Result
extends Object

Represents an invocation of a benchmark, including the run itself, as well as the environment in which the run occurred.


Constructor Summary
Result(Run run, Environment environment)
           
 
Method Summary
 boolean equals(Object o)
           
 Environment getEnvironment()
           
 Run getRun()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Result

public Result(Run run,
              Environment environment)
Method Detail

getRun

public Run getRun()

getEnvironment

public Environment getEnvironment()

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.