com.google.caliper
Class Result
java.lang.Object
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.
Result
public Result(Run run,
Environment environment)
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.