Uses of Class
com.google.caliper.MeasurementType

Packages that use MeasurementType
com.google.caliper   
 

Uses of MeasurementType in com.google.caliper
 

Methods in com.google.caliper that return MeasurementType
 MeasurementType Arguments.getMeasurementType()
           
 MeasurementType Arguments.getPrimaryMeasurementType()
           
static MeasurementType MeasurementType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MeasurementType[] MeasurementType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.caliper with parameters of type MeasurementType
 String ScenarioResult.getEventLog(MeasurementType type)
           
 MeasurementSet ScenarioResult.getMeasurementSet(MeasurementType type)
           
 



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