Package | Description |
---|---|
com.thoughtworks.xstream.tools.benchmark |
A simple harness for running benchmarks.
|
com.thoughtworks.xstream.tools.benchmark.metrics | |
com.thoughtworks.xstream.tools.benchmark.products | |
com.thoughtworks.xstream.tools.benchmark.reporters |
Modifier and Type | Method and Description |
---|---|
void |
Harness.addProduct(Product product) |
void |
Reporter.metricFailed(Product product,
Exception e) |
void |
Reporter.metricRecorded(Product product,
double result) |
double |
Metric.run(Product product,
Object object)
Deprecated.
since 1.3
|
double |
Metric.run(Product product,
Target target)
Run the test and produce a metric.
|
Modifier and Type | Method and Description |
---|---|
double |
SerializationSpeedMetric.run(Product product,
Object object)
Deprecated.
since 1.3
|
double |
CharacterCountMetric.run(Product product,
Object object)
Deprecated.
since 1.3
|
double |
SizeMetric.run(Product product,
Object object)
Deprecated.
since 1.3
|
double |
DeserializationSpeedMetric.run(Product product,
Object object)
Deprecated.
since 1.3
|
double |
SerializationSpeedMetric.run(Product product,
Target target) |
double |
CharacterCountMetric.run(Product product,
Target target) |
double |
SizeMetric.run(Product product,
Target target) |
double |
DeserializationSpeedMetric.run(Product product,
Target target) |
Modifier and Type | Class and Description |
---|---|
class |
JavaObjectSerialization
Standard Java Object Serialization product.
|
class |
XStreamBEAStax
Uses XStream with the BEA StAX driver for parsing XML.
|
class |
XStreamBinary
Uses XStream with binary format instead of XML.
|
class |
XStreamCompact
Uses XStream with a compact XML output format.
|
class |
XStreamDom
Uses XStream with the DOM driver for parsing XML.
|
class |
XStreamDom4J
Uses XStream with the DOM4J driver for parsing XML.
|
class |
XStreamDriver
Generic XStream product based on an arbitrary driver.
|
class |
XStreamJDom
Uses XStream with the JDOM driver for parsing XML.
|
class |
XStreamKXml2
Uses XStream with the kXML2 driver for parsing XML.
|
class |
XStreamKXml2DOM
Uses XStream with the Xpp3 DOM driver for parsing XML.
|
class |
XStreamSjsxp
Uses XStream with the SJSXP StAX driver for parsing XML.
|
class |
XStreamStax
Uses XStream with the default StAX driver for parsing XML.
|
class |
XStreamWoodstox
Uses XStream with the Woodstox StAX driver for parsing XML.
|
class |
XStreamXom
Uses XStream with the XOM driver for parsing XML.
|
class |
XStreamXpp
Uses XStream with the default XPP driver for parsing XML.
|
class |
XStreamXpp3
Uses XStream with the Xpp3 driver for parsing XML.
|
class |
XStreamXpp3DOM
Uses XStream with the kXML2 DOM driver for parsing XML.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlReporter.metricFailed(Product product,
Exception e) |
void |
MultiReporter.metricFailed(Product product,
Exception e) |
void |
TextReporter.metricFailed(Product product,
Exception e) |
void |
HtmlReporter.metricRecorded(Product product,
double result) |
void |
MultiReporter.metricRecorded(Product product,
double result) |
void |
TextReporter.metricRecorded(Product product,
double result) |
Copyright © 2004–2013 XStream. All rights reserved.