Uses of Interface
com.thoughtworks.xstream.tools.benchmark.Product
-
Packages that use Product Package Description com.thoughtworks.xstream.tools.benchmark A simple harness for running benchmarks.com.thoughtworks.xstream.tools.benchmark.metrics com.thoughtworks.xstream.tools.benchmark.products com.thoughtworks.xstream.tools.benchmark.reporters -
-
Uses of Product in com.thoughtworks.xstream.tools.benchmark
Methods in com.thoughtworks.xstream.tools.benchmark with parameters of type Product Modifier and Type Method Description void
Harness. addProduct(Product product)
Deprecated.void
Reporter. metricFailed(Product product, java.lang.Exception e)
Deprecated.void
Reporter. metricRecorded(Product product, double result)
Deprecated.private void
Harness. run(Reporter reporter, Metric metric, Target target, Product product)
Deprecated.double
Metric. run(Product product, Target target)
Deprecated.Run the test and produce a metric.double
Metric. run(Product product, java.lang.Object object)
Deprecated.since 1.3 -
Uses of Product in com.thoughtworks.xstream.tools.benchmark.metrics
Methods in com.thoughtworks.xstream.tools.benchmark.metrics with parameters of type Product Modifier and Type Method Description double
CharacterCountMetric. run(Product product, Target target)
Deprecated.double
CharacterCountMetric. run(Product product, java.lang.Object object)
Deprecated.since 1.3double
DeserializationSpeedMetric. run(Product product, Target target)
Deprecated.double
DeserializationSpeedMetric. run(Product product, java.lang.Object object)
Deprecated.since 1.3double
SerializationSpeedMetric. run(Product product, Target target)
Deprecated.double
SerializationSpeedMetric. run(Product product, java.lang.Object object)
Deprecated.since 1.3double
SizeMetric. run(Product product, Target target)
Deprecated.double
SizeMetric. run(Product product, java.lang.Object object)
Deprecated.since 1.3 -
Uses of Product in com.thoughtworks.xstream.tools.benchmark.products
Classes in com.thoughtworks.xstream.tools.benchmark.products that implement Product Modifier and Type Class Description class
JavaObjectSerialization
Deprecated.As of 1.4.9 use JMH insteadclass
XStreamBinary
Deprecated.As of 1.4.9 use JMH insteadclass
XStreamCompact
Deprecated.As of 1.4.9 use JMH insteadclass
XStreamDom
Deprecated.As of 1.4.9 use JMH insteadclass
XStreamDriver
Deprecated.As of 1.4.9 use JMH insteadclass
XStreamSjsxp
Deprecated.As of 1.4.9 use JMH insteadclass
XStreamStax
Deprecated.As of 1.4.9 use JMH insteadclass
XStreamXpp
Deprecated.As of 1.4.9 use JMH insteadclass
XStreamXpp3
Deprecated.As of 1.4.9 use JMH insteadclass
XStreamXpp3DOM
Deprecated.As of 1.4.9 use JMH instead -
Uses of Product in com.thoughtworks.xstream.tools.benchmark.reporters
Fields in com.thoughtworks.xstream.tools.benchmark.reporters declared as Product Modifier and Type Field Description private Product
HtmlReporter.MetricResult. product
Methods in com.thoughtworks.xstream.tools.benchmark.reporters with parameters of type Product Modifier and Type Method Description void
HtmlReporter. metricFailed(Product product, java.lang.Exception e)
Deprecated.void
MultiReporter. metricFailed(Product product, java.lang.Exception e)
Deprecated.void
TextReporter. metricFailed(Product product, java.lang.Exception e)
Deprecated.void
HtmlReporter. metricRecorded(Product product, double result)
Deprecated.void
MultiReporter. metricRecorded(Product product, double result)
Deprecated.void
TextReporter. metricRecorded(Product product, double result)
Deprecated.Constructors in com.thoughtworks.xstream.tools.benchmark.reporters with parameters of type Product Constructor Description MetricResult(Product product, double result)
MetricResult(Product product, java.lang.Exception exception)
-