Package com.google.caliper.model
Class Trial
- java.lang.Object
-
- com.google.caliper.model.Trial
-
public final class Trial extends Object
An invocation of a single scenario measured with a single instrument and the results thereof.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTrial.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()UUIDid()InstrumentSpecinstrumentSpec()com.google.common.collect.ImmutableList<Measurement>measurements()Runrun()Scenarioscenario()StringtoString()
-
-
-
Field Detail
-
DEFAULT
public static final Trial DEFAULT
-
-
Method Detail
-
id
public UUID id()
-
run
public Run run()
-
instrumentSpec
public InstrumentSpec instrumentSpec()
-
scenario
public Scenario scenario()
-
measurements
public com.google.common.collect.ImmutableList<Measurement> measurements()
-
-