Uses of Interface
com.thoughtworks.xstream.tools.benchmark.Metric
-
Packages that use Metric 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 -
-
Uses of Metric in com.thoughtworks.xstream.tools.benchmark
Methods in com.thoughtworks.xstream.tools.benchmark with parameters of type Metric Modifier and Type Method Description void
Harness. addMetric(Metric metric)
Deprecated.void
Reporter. endMetric(Metric metric)
Deprecated.private void
Harness. run(Reporter reporter, Metric metric, Target target, Product product)
Deprecated.void
Reporter. startMetric(Metric metric)
Deprecated. -
Uses of Metric in com.thoughtworks.xstream.tools.benchmark.metrics
Classes in com.thoughtworks.xstream.tools.benchmark.metrics that implement Metric Modifier and Type Class Description class
CharacterCountMetric
Deprecated.As of 1.4.9 use JMH insteadclass
DeserializationSpeedMetric
Deprecated.As of 1.4.9 use JMH insteadclass
SerializationSpeedMetric
Deprecated.As of 1.4.9 use JMH insteadclass
SizeMetric
Deprecated.As of 1.4.9 use JMH instead -
Uses of Metric in com.thoughtworks.xstream.tools.benchmark.reporters
Fields in com.thoughtworks.xstream.tools.benchmark.reporters declared as Metric Modifier and Type Field Description private Metric
HtmlReporter. currentMetric
Deprecated.private Metric
TextReporter. currentMetric
Deprecated.Methods in com.thoughtworks.xstream.tools.benchmark.reporters with parameters of type Metric Modifier and Type Method Description void
HtmlReporter. endMetric(Metric metric)
Deprecated.void
MultiReporter. endMetric(Metric metric)
Deprecated.void
TextReporter. endMetric(Metric metric)
Deprecated.void
HtmlReporter. startMetric(Metric metric)
Deprecated.void
MultiReporter. startMetric(Metric metric)
Deprecated.void
TextReporter. startMetric(Metric metric)
Deprecated.
-