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 voidHarness. 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 classHtmlReporterDeprecated.As of 1.4.9 use JMH insteadclassMultiReporterDeprecated.As of 1.4.9 use JMH insteadclassTextReporterDeprecated.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.
-