XStream Benchmark 1.4.1-redhat-2

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.endMetric(Metric metric)
           
 void Reporter.startMetric(Metric metric)
           
 

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

Classes in com.thoughtworks.xstream.tools.benchmark.metrics that implement Metric
 class CharacterCountMetric
          Determines the amount of a special characters.
 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.endMetric(Metric metric)
           
 void MultiReporter.endMetric(Metric metric)
           
 void TextReporter.endMetric(Metric metric)
           
 void HtmlReporter.startMetric(Metric metric)
           
 void MultiReporter.startMetric(Metric metric)
           
 void TextReporter.startMetric(Metric metric)
           
 


XStream Benchmark 1.4.1-redhat-2

Copyright © 2004-2012 XStream. All Rights Reserved.