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)
Deprecated.
|
void |
Reporter.endMetric(Metric metric)
Deprecated.
|
void |
Reporter.startMetric(Metric metric)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CharacterCountMetric
Deprecated.
As of 1.4.9 use JMH instead
|
class |
DeserializationSpeedMetric
Deprecated.
As of 1.4.9 use JMH instead
|
class |
SerializationSpeedMetric
Deprecated.
As of 1.4.9 use JMH instead
|
class |
SizeMetric
Deprecated.
As of 1.4.9 use JMH instead
|
Modifier and Type | Method and Description |
---|---|
void |
TextReporter.endMetric(Metric metric)
Deprecated.
|
void |
HtmlReporter.endMetric(Metric metric)
Deprecated.
|
void |
MultiReporter.endMetric(Metric metric)
Deprecated.
|
void |
TextReporter.startMetric(Metric metric)
Deprecated.
|
void |
HtmlReporter.startMetric(Metric metric)
Deprecated.
|
void |
MultiReporter.startMetric(Metric metric)
Deprecated.
|
Copyright © 2004–2023 XStream. All rights reserved.