Uses of Interface
com.thoughtworks.xstream.tools.benchmark.Target
-
Packages that use Target Package Description com.thoughtworks.xstream.tools.benchmark A simple harness for running benchmarks.com.thoughtworks.xstream.tools.benchmark.metrics com.thoughtworks.xstream.tools.benchmark.reporters com.thoughtworks.xstream.tools.benchmark.targets -
-
Uses of Target in com.thoughtworks.xstream.tools.benchmark
Methods in com.thoughtworks.xstream.tools.benchmark with parameters of type Target Modifier and Type Method Description voidHarness. addTarget(Target target)Deprecated.voidReporter. endTarget(Target target)Deprecated.private voidHarness. run(Reporter reporter, Metric metric, Target target, Product product)Deprecated.doubleMetric. run(Product product, Target target)Deprecated.Run the test and produce a metric.voidReporter. startTarget(Target target)Deprecated. -
Uses of Target in com.thoughtworks.xstream.tools.benchmark.metrics
Methods in com.thoughtworks.xstream.tools.benchmark.metrics with parameters of type Target Modifier and Type Method Description doubleCharacterCountMetric. run(Product product, Target target)Deprecated.doubleDeserializationSpeedMetric. run(Product product, Target target)Deprecated.doubleSerializationSpeedMetric. run(Product product, Target target)Deprecated.doubleSizeMetric. run(Product product, Target target)Deprecated. -
Uses of Target in com.thoughtworks.xstream.tools.benchmark.reporters
Methods in com.thoughtworks.xstream.tools.benchmark.reporters with parameters of type Target Modifier and Type Method Description voidHtmlReporter. endTarget(Target target)Deprecated.voidMultiReporter. endTarget(Target target)Deprecated.voidTextReporter. endTarget(Target target)Deprecated.voidHtmlReporter. startTarget(Target target)Deprecated.voidMultiReporter. startTarget(Target target)Deprecated.voidTextReporter. startTarget(Target target)Deprecated. -
Uses of Target in com.thoughtworks.xstream.tools.benchmark.targets
Classes in com.thoughtworks.xstream.tools.benchmark.targets that implement Target Modifier and Type Class Description classBasicTargetDeprecated.As of 1.4.9 use JMH insteadclassExtendedTargetDeprecated.As of 1.4.9 use JMH insteadclassJavaBeanTargetDeprecated.As of 1.4.9 use JMH insteadclassJTreeTargetDeprecated.As of 1.4.9 use JMH insteadclassListTargetDeprecated.As of 1.4.9 use JMH insteadclassReflectionTargetDeprecated.As of 1.4.9 use JMH insteadclassSerializableTargetDeprecated.As of 1.4.9 use JMH insteadclassStringTargetDeprecated.As of 1.4.9 use JMH insteadclassUserDefinedClassTargetDeprecated.As of 1.4.9 use JMH instead
-