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 |
Modifier and Type | Method and Description |
---|---|
void |
Harness.addMetric(Metric metric) |
void |
Reporter.endMetric(Metric metric) |
void |
Reporter.startMetric(Metric metric) |
Modifier and Type | Class and Description |
---|---|
class |
CharacterCountMetric
Determines the amount of a special characters.
|
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).
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlReporter.endMetric(Metric metric) |
void |
MultiReporter.endMetric(Metric metric) |
void |
TextReporter.endMetric(Metric metric) |
void |
HtmlReporter.startMetric(Metric metric) |
void |
MultiReporter.startMetric(Metric metric) |
void |
TextReporter.startMetric(Metric metric) |
Copyright © 2004–2014 XStream. All rights reserved.