|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Metric | |
|---|---|
| com.thoughtworks.xstream.tools.benchmark | A simple harness for running benchmarks. |
| com.thoughtworks.xstream.tools.benchmark.metrics | |
| com.thoughtworks.xstream.tools.benchmark.reporters | |
| Uses of Metric in com.thoughtworks.xstream.tools.benchmark |
|---|
| Methods in com.thoughtworks.xstream.tools.benchmark with parameters of type Metric | |
|---|---|
void |
Harness.addMetric(Metric metric)
|
void |
Reporter.endMetric(Metric metric)
|
void |
Reporter.startMetric(Metric metric)
|
| Uses of Metric in com.thoughtworks.xstream.tools.benchmark.metrics |
|---|
| Classes in com.thoughtworks.xstream.tools.benchmark.metrics that implement Metric | |
|---|---|
class |
DeserializationSpeedMetric
Determines how long it takes to deserialize an object (in ms). |
class |
SerializationSpeedMetric
Determines how long it takes to serialize an object (in ms). |
class |
SizeMetric
Determines the size of the serialized form of an object (in bytes). |
| Uses of Metric in com.thoughtworks.xstream.tools.benchmark.reporters |
|---|
| Methods in com.thoughtworks.xstream.tools.benchmark.reporters with parameters of type Metric | |
|---|---|
void |
MultiReporter.endMetric(Metric metric)
|
void |
TextReporter.endMetric(Metric metric)
|
void |
HtmlReporter.endMetric(Metric metric)
|
void |
MultiReporter.startMetric(Metric metric)
|
void |
TextReporter.startMetric(Metric metric)
|
void |
HtmlReporter.startMetric(Metric metric)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||