Uses of Interface
com.thoughtworks.xstream.tools.benchmark.Reporter
-
Packages that use Reporter Package Description com.thoughtworks.xstream.tools.benchmark A simple harness for running benchmarks.com.thoughtworks.xstream.tools.benchmark.reporters -
-
Uses of Reporter in com.thoughtworks.xstream.tools.benchmark
Methods in com.thoughtworks.xstream.tools.benchmark with parameters of type Reporter Modifier and Type Method Description void
Harness. run(Reporter reporter)
Deprecated.private void
Harness. run(Reporter reporter, Metric metric, Target target, Product product)
Deprecated. -
Uses of Reporter in com.thoughtworks.xstream.tools.benchmark.reporters
Classes in com.thoughtworks.xstream.tools.benchmark.reporters that implement Reporter Modifier and Type Class Description class
HtmlReporter
Deprecated.As of 1.4.9 use JMH insteadclass
MultiReporter
Deprecated.As of 1.4.9 use JMH insteadclass
TextReporter
Deprecated.As of 1.4.9 use JMH insteadFields in com.thoughtworks.xstream.tools.benchmark.reporters declared as Reporter Modifier and Type Field Description private Reporter[]
MultiReporter. reporter
Deprecated.Constructors in com.thoughtworks.xstream.tools.benchmark.reporters with parameters of type Reporter Constructor Description MultiReporter(Reporter[] reporter)
Deprecated.
-