Package | Description |
---|---|
com.thoughtworks.xstream.tools.benchmark |
A simple harness for running benchmarks.
|
com.thoughtworks.xstream.tools.benchmark.reporters |
Modifier and Type | Method and Description |
---|---|
void |
Harness.run(Reporter reporter)
Deprecated.
|
private void |
Harness.run(Reporter reporter,
Metric metric,
Target target,
Product product)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlReporter
Deprecated.
As of 1.4.9 use JMH instead
|
class |
MultiReporter
Deprecated.
As of 1.4.9 use JMH instead
|
class |
TextReporter
Deprecated.
As of 1.4.9 use JMH instead
|
Modifier and Type | Field and Description |
---|---|
private Reporter[] |
MultiReporter.reporter
Deprecated.
|
Constructor and Description |
---|
MultiReporter(Reporter[] reporter)
Deprecated.
|