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

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

Uses of Environment in com.google.caliper.model
 

Fields in com.google.caliper.model with type parameters of type Environment
 List<Environment> CaliperData.environments
           
 

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

Uses of Environment in com.google.caliper.runner
 

Methods in com.google.caliper.runner with parameters of type Environment
 String ResultDataWriter.writeEnvironment(Environment env)
          Writes a copy of the given env to the CaliperData.
 



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