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 TypeMethodDescriptionvoidHarness.addProduct(Product product) Deprecated.voidReporter.metricFailed(Product product, Exception e) Deprecated.voidReporter.metricRecorded(Product product, double result) Deprecated.private voidDeprecated.doubleDeprecated.Run the test and produce a metric.doubleDeprecated.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 TypeMethodDescriptiondoubleDeprecated.doubleDeprecated.since 1.3doubleDeprecated.doubleDeprecated.since 1.3doubleDeprecated.doubleDeprecated.since 1.3doubleDeprecated.doubleDeprecated.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 TypeClassDescriptionclassDeprecated.As of 1.4.9 use JMH insteadclassDeprecated.As of 1.4.9 use JMH insteadclassDeprecated.As of 1.4.9 use JMH insteadclassDeprecated.As of 1.4.9 use JMH insteadclassDeprecated.As of 1.4.9 use JMH insteadclassDeprecated.As of 1.4.9 use JMH insteadclassDeprecated.As of 1.4.9 use JMH insteadclassDeprecated.As of 1.4.9 use JMH insteadclassDeprecated.As of 1.4.9 use JMH insteadclassDeprecated.As of 1.4.9 use JMH insteadclassDeprecated.As of 1.4.9 use JMH insteadclassDeprecated.As of 1.4.9 use JMH insteadclassDeprecated.As of 1.4.9 use JMH insteadclassDeprecated.As of 1.4.9 use JMH insteadclassDeprecated.As of 1.4.9 use JMH insteadclassDeprecated.As of 1.4.9 use JMH insteadclassDeprecated.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 TypeMethodDescriptionvoidHtmlReporter.metricFailed(Product product, Exception e) Deprecated.voidMultiReporter.metricFailed(Product product, Exception e) Deprecated.voidTextReporter.metricFailed(Product product, Exception e) Deprecated.voidHtmlReporter.metricRecorded(Product product, double result) Deprecated.voidMultiReporter.metricRecorded(Product product, double result) Deprecated.voidTextReporter.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)