Uses of Interface
com.thoughtworks.xstream.tools.benchmark.Metric

Packages that use Metric
com.thoughtworks.xstream.tools.benchmark A simple harness for running benchmarks. 
com.thoughtworks.xstream.tools.benchmark.metrics   
com.thoughtworks.xstream.tools.benchmark.reporters   
 

Uses of Metric in com.thoughtworks.xstream.tools.benchmark
 

Methods in com.thoughtworks.xstream.tools.benchmark with parameters of type Metric
 void Harness.addMetric(Metric metric)
           
 void Reporter.startMetric(Metric metric)
           
 void Reporter.endMetric(Metric metric)
           
 

Uses of Metric in com.thoughtworks.xstream.tools.benchmark.metrics
 

Classes in com.thoughtworks.xstream.tools.benchmark.metrics that implement Metric
 class DeserializationSpeedMetric
          Determines how long it takes to deserialize an object (in ms).
 class SerializationSpeedMetric
          Determines how long it takes to serialize an object (in ms).
 class SizeMetric
          Determines the size of the serialized form of an object (in bytes).
 

Uses of Metric in com.thoughtworks.xstream.tools.benchmark.reporters
 

Methods in com.thoughtworks.xstream.tools.benchmark.reporters with parameters of type Metric
 void HtmlReporter.startMetric(Metric metric)
           
 void HtmlReporter.endMetric(Metric metric)
           
 void TextReporter.startMetric(Metric metric)
           
 void TextReporter.endMetric(Metric metric)
           
 



Copyright © 2004-2007 XStream. All Rights Reserved.