com.google.caliper.model
Class Instrument
java.lang.Object
com.google.caliper.model.Instrument
public class Instrument
- extends Object
The details of what kind of measurement was taken and how; three examples of instruments are
"the memory-allocation instrument with default settings", "the microbenchmark instrument with
default settings," and "the microbenchmark instrument with warmup time 2 seconds and timing
interval 0.5 seconds".
localName
public String localName
className
public String className
properties
public SortedMap<String,String> properties
Instrument
public Instrument()
fromString
public static Instrument fromString(String json)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009-2011 Google, Inc.. All Rights Reserved.