|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Measurement | |
---|---|
com.google.caliper.model | These classes model the data that is collected by the caliper runner: the record of which scenarios were tested on which VMs by which instruments and, most importantly, all the measurements that were observed. |
com.google.caliper.worker |
Uses of Measurement in com.google.caliper.model |
---|
Fields in com.google.caliper.model with type parameters of type Measurement | |
---|---|
List<Measurement> |
Result.measurements
|
Methods in com.google.caliper.model that return Measurement | |
---|---|
static Measurement |
Measurement.fromString(String json)
|
Uses of Measurement in com.google.caliper.worker |
---|
Fields in com.google.caliper.worker with type parameters of type Measurement | |
---|---|
Collection<Measurement> |
WorkerResponse.measurements
|
Methods in com.google.caliper.worker that return types with arguments of type Measurement | |
---|---|
Collection<Measurement> |
ArbitraryMeasurementWorker.measure(Benchmark benchmark,
String methodName,
Map<String,String> optionsMap,
WorkerEventLog log)
|
Collection<Measurement> |
Worker.measure(Benchmark benchmark,
String methodName,
Map<String,String> options,
WorkerEventLog log)
|
Collection<Measurement> |
MicrobenchmarkWorker.measure(Benchmark benchmark,
String methodName,
Map<String,String> optionMap,
WorkerEventLog log)
|
Constructor parameters in com.google.caliper.worker with type arguments of type Measurement | |
---|---|
WorkerResponse(Collection<Measurement> measurements)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |