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.private voidHarness. 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 classHtmlReporterDeprecated.As of 1.4.9 use JMH insteadclassMultiReporterDeprecated.As of 1.4.9 use JMH insteadclassTextReporterDeprecated.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. reporterDeprecated.Constructors in com.thoughtworks.xstream.tools.benchmark.reporters with parameters of type Reporter Constructor Description MultiReporter(Reporter[] reporter)Deprecated.
-