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 void
Harness. addTarget(Target target)
Deprecated.void
Reporter. endTarget(Target target)
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.void
Reporter. 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 double
CharacterCountMetric. run(Product product, Target target)
Deprecated.double
DeserializationSpeedMetric. run(Product product, Target target)
Deprecated.double
SerializationSpeedMetric. run(Product product, Target target)
Deprecated.double
SizeMetric. 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 void
HtmlReporter. endTarget(Target target)
Deprecated.void
MultiReporter. endTarget(Target target)
Deprecated.void
TextReporter. endTarget(Target target)
Deprecated.void
HtmlReporter. startTarget(Target target)
Deprecated.void
MultiReporter. startTarget(Target target)
Deprecated.void
TextReporter. 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 class
BasicTarget
Deprecated.As of 1.4.9 use JMH insteadclass
ExtendedTarget
Deprecated.As of 1.4.9 use JMH insteadclass
JavaBeanTarget
Deprecated.As of 1.4.9 use JMH insteadclass
JTreeTarget
Deprecated.As of 1.4.9 use JMH insteadclass
ListTarget
Deprecated.As of 1.4.9 use JMH insteadclass
ReflectionTarget
Deprecated.As of 1.4.9 use JMH insteadclass
SerializableTarget
Deprecated.As of 1.4.9 use JMH insteadclass
StringTarget
Deprecated.As of 1.4.9 use JMH insteadclass
UserDefinedClassTarget
Deprecated.As of 1.4.9 use JMH instead
-