|
||||||||||
| 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 |
SizeMetric.run(Product product,
Target target)
|
double |
SerializationSpeedMetric.run(Product product,
Target target)
|
double |
DeserializationSpeedMetric.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 |
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 |
StringTarget
A small java.lang.String target. |
class |
UserDefinedClassTarget
A user defined class ( Person) to serialize that contains a few simple fields. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||