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 voidHarness. addProduct(Product product)Deprecated.voidReporter. metricFailed(Product product, java.lang.Exception e)Deprecated.voidReporter. metricRecorded(Product product, double result)Deprecated.doubleMetric. run(Product product, Target target)Deprecated.Run the test and produce a metric.doubleMetric. 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 doubleCharacterCountMetric. run(Product product, Target target)Deprecated.doubleCharacterCountMetric. run(Product product, java.lang.Object object)Deprecated.since 1.3doubleDeserializationSpeedMetric. run(Product product, Target target)Deprecated.doubleDeserializationSpeedMetric. run(Product product, java.lang.Object object)Deprecated.since 1.3doubleSerializationSpeedMetric. run(Product product, Target target)Deprecated.doubleSerializationSpeedMetric. run(Product product, java.lang.Object object)Deprecated.since 1.3doubleSizeMetric. run(Product product, Target target)Deprecated.doubleSizeMetric. 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 classJavaObjectSerializationDeprecated.As of 1.4.9 use JMH insteadclassXStreamBEAStaxDeprecated.As of 1.4.9 use JMH insteadclassXStreamBinaryDeprecated.As of 1.4.9 use JMH insteadclassXStreamCompactDeprecated.As of 1.4.9 use JMH insteadclassXStreamDomDeprecated.As of 1.4.9 use JMH insteadclassXStreamDom4JDeprecated.As of 1.4.9 use JMH insteadclassXStreamDriverDeprecated.As of 1.4.9 use JMH insteadclassXStreamJDomDeprecated.As of 1.4.9 use JMH insteadclassXStreamKXml2Deprecated.As of 1.4.9 use JMH insteadclassXStreamKXml2DOMDeprecated.As of 1.4.9 use JMH insteadclassXStreamSjsxpDeprecated.As of 1.4.9 use JMH insteadclassXStreamStaxDeprecated.As of 1.4.9 use JMH insteadclassXStreamWoodstoxDeprecated.As of 1.4.9 use JMH insteadclassXStreamXomDeprecated.As of 1.4.9 use JMH insteadclassXStreamXppDeprecated.As of 1.4.9 use JMH insteadclassXStreamXpp3Deprecated.As of 1.4.9 use JMH insteadclassXStreamXpp3DOMDeprecated.As of 1.4.9 use JMH instead -
Uses of Product in com.thoughtworks.xstream.tools.benchmark.reporters
Methods in com.thoughtworks.xstream.tools.benchmark.reporters with parameters of type Product Modifier and Type Method Description voidHtmlReporter. metricFailed(Product product, java.lang.Exception e)Deprecated.voidMultiReporter. metricFailed(Product product, java.lang.Exception e)Deprecated.voidTextReporter. metricFailed(Product product, java.lang.Exception e)Deprecated.voidHtmlReporter. metricRecorded(Product product, double result)Deprecated.voidMultiReporter. metricRecorded(Product product, double result)Deprecated.voidTextReporter. metricRecorded(Product product, double result)Deprecated.
-