Uses of Class
com.google.caliper.model.Instrument

Packages that use Instrument
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. 
 

Uses of Instrument in com.google.caliper.model
 

Fields in com.google.caliper.model with type parameters of type Instrument
 List<Instrument> CaliperData.instruments
           
 

Methods in com.google.caliper.model that return Instrument
static Instrument Instrument.fromString(String json)
           
 



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