Uses of Class
com.google.caliper.MeasurementSet

Packages that use MeasurementSet
com.google.caliper   
 

Uses of MeasurementSet in com.google.caliper
 

Methods in com.google.caliper that return MeasurementSet
 MeasurementSet ScenarioResult.getMeasurementSet(MeasurementType type)
           
static MeasurementSet Json.measurementSetFromJson(com.google.gson.JsonObject measurementSetJson)
           
static MeasurementSet Json.measurementSetFromJson(String measurementSetJson)
          Attempts to extract a MeasurementSet from a string, assuming it is JSON.
 MeasurementSet MeasurementSet.plusCharCounts(int systemOutCharCount, int systemErrCharCount)
           
 MeasurementSet MeasurementSet.plusMeasurement(Measurement measurement)
          Returns a new measurement set that contains the measurements in this set plus the given additional measurement.
 MeasurementSet AllocationMeasurer.run(com.google.common.base.Supplier<ConfiguredBenchmark> testSupplier)
           
 

Methods in com.google.caliper with parameters of type MeasurementSet
static String Json.measurementSetToJson(MeasurementSet measurementSet)
           
 

Constructors in com.google.caliper with parameters of type MeasurementSet
ScenarioResult(MeasurementSet timeMeasurementSet, String timeEventLog, MeasurementSet instanceMeasurementSet, String instanceEventLog, MeasurementSet memoryMeasurementSet, String memoryEventLog)
           
 



Copyright © 2009-2011 Google, Inc.. All Rights Reserved.