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 voidHarness. addMetric(Metric metric)Deprecated.voidReporter. endMetric(Metric metric)Deprecated.private voidHarness. run(Reporter reporter, Metric metric, Target target, Product product)Deprecated.voidReporter. 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 classCharacterCountMetricDeprecated.As of 1.4.9 use JMH insteadclassDeserializationSpeedMetricDeprecated.As of 1.4.9 use JMH insteadclassSerializationSpeedMetricDeprecated.As of 1.4.9 use JMH insteadclassSizeMetricDeprecated.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 MetricHtmlReporter. currentMetricDeprecated.private MetricTextReporter. currentMetricDeprecated.Methods in com.thoughtworks.xstream.tools.benchmark.reporters with parameters of type Metric Modifier and Type Method Description voidHtmlReporter. endMetric(Metric metric)Deprecated.voidMultiReporter. endMetric(Metric metric)Deprecated.voidTextReporter. endMetric(Metric metric)Deprecated.voidHtmlReporter. startMetric(Metric metric)Deprecated.voidMultiReporter. startMetric(Metric metric)Deprecated.voidTextReporter. startMetric(Metric metric)Deprecated.
-