Uses of Interface
com.thoughtworks.xstream.tools.benchmark.Product
Packages that use Product
Package
Description
A simple harness for running benchmarks.
-
Uses of Product in com.thoughtworks.xstream.tools.benchmark
Methods in com.thoughtworks.xstream.tools.benchmark with parameters of type ProductModifier and TypeMethodDescriptionvoid
Harness.addProduct
(Product product) Deprecated.void
Reporter.metricFailed
(Product product, Exception e) Deprecated.void
Reporter.metricRecorded
(Product product, double result) Deprecated.private void
Deprecated.double
Deprecated.Run the test and produce a metric.double
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 ProductModifier and TypeMethodDescriptiondouble
Deprecated.double
Deprecated.since 1.3double
Deprecated.double
Deprecated.since 1.3double
Deprecated.double
Deprecated.since 1.3double
Deprecated.double
Deprecated.since 1.3 -
Uses of Product in com.thoughtworks.xstream.tools.benchmark.products
Classes in com.thoughtworks.xstream.tools.benchmark.products that implement ProductModifier and TypeClassDescriptionclass
Deprecated.As of 1.4.9 use JMH insteadclass
Deprecated.As of 1.4.9 use JMH insteadclass
Deprecated.As of 1.4.9 use JMH insteadclass
Deprecated.As of 1.4.9 use JMH insteadclass
Deprecated.As of 1.4.9 use JMH insteadclass
Deprecated.As of 1.4.9 use JMH insteadclass
Deprecated.As of 1.4.9 use JMH insteadclass
Deprecated.As of 1.4.9 use JMH insteadclass
Deprecated.As of 1.4.9 use JMH insteadclass
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 ProductMethods in com.thoughtworks.xstream.tools.benchmark.reporters with parameters of type ProductModifier and TypeMethodDescriptionvoid
HtmlReporter.metricFailed
(Product product, Exception e) Deprecated.void
MultiReporter.metricFailed
(Product product, Exception e) Deprecated.void
TextReporter.metricFailed
(Product product, 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 ProductModifierConstructorDescriptionMetricResult
(Product product, double result) MetricResult
(Product product, Exception exception)