|
XStream Benchmark 1.4.1-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Target | |
---|---|
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 | |
---|---|
void |
Harness.addTarget(Target target)
|
void |
Reporter.endTarget(Target target)
|
double |
Metric.run(Product product,
Target target)
Run the test and produce a metric. |
void |
Reporter.startTarget(Target target)
|
Uses of Target in com.thoughtworks.xstream.tools.benchmark.metrics |
---|
Methods in com.thoughtworks.xstream.tools.benchmark.metrics with parameters of type Target | |
---|---|
double |
SerializationSpeedMetric.run(Product product,
Target target)
|
double |
SizeMetric.run(Product product,
Target target)
|
double |
DeserializationSpeedMetric.run(Product product,
Target target)
|
double |
CharacterCountMetric.run(Product product,
Target target)
|
Uses of Target in com.thoughtworks.xstream.tools.benchmark.reporters |
---|
Methods in com.thoughtworks.xstream.tools.benchmark.reporters with parameters of type Target | |
---|---|
void |
MultiReporter.endTarget(Target target)
|
void |
TextReporter.endTarget(Target target)
|
void |
HtmlReporter.endTarget(Target target)
|
void |
MultiReporter.startTarget(Target target)
|
void |
TextReporter.startTarget(Target target)
|
void |
HtmlReporter.startTarget(Target target)
|
Uses of Target in com.thoughtworks.xstream.tools.benchmark.targets |
---|
Classes in com.thoughtworks.xstream.tools.benchmark.targets that implement Target | |
---|---|
class |
BasicTarget
Target containing basic types. |
class |
ExtendedTarget
Target containing extended types. |
class |
JavaBeanTarget
Target containing basic types using the JavaBeanConverter. |
class |
JTreeTarget
A Swing JTree instance, which is a suitably complex object graph. |
class |
ListTarget
An ArrayList of user defined class ( Person ) instances to serialize. |
class |
ReflectionTarget
Target containing basic types using the ReflectionConverter. |
class |
SerializableTarget
Target containing basic types using the SerializableConverter. |
class |
StringTarget
A small java.lang.String target. |
class |
UserDefinedClassTarget
A user defined class ( Person ) to serialize that contains a few simple fields. |
|
XStream Benchmark 1.4.1-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |