com.google.caliper.model
Class Instrument

java.lang.Object
  extended by 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".


Field Summary
 String className
           
 String localName
           
 SortedMap<String,String> properties
           
 
Constructor Summary
Instrument()
           
 
Method Summary
static Instrument fromString(String json)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

localName

public String localName

className

public String className

properties

public SortedMap<String,String> properties
Constructor Detail

Instrument

public Instrument()
Method Detail

fromString

public static Instrument fromString(String json)

toString

public String toString()
Overrides:
toString in class Object


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