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. -
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 insteadConstructors in com.thoughtworks.xstream.tools.benchmark.reporters with parameters of type Reporter Constructor Description MultiReporter(Reporter[] reporter)
Deprecated.
-