Package com.google.caliper.model
Class BenchmarkSpec
- java.lang.Object
-
- com.google.caliper.model.BenchmarkSpec
-
- All Implemented Interfaces:
Serializable
public final class BenchmarkSpec extends Object implements Serializable
A specification by which a benchmark method invocation can be uniquely identified.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBenchmarkSpec.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()booleanequals(Object obj)inthashCode()StringmethodName()com.google.common.collect.ImmutableSortedMap<String,String>parameters()StringtoString()
-