| java.lang.Object com.google.gwt.junit.benchmarks.BenchmarkReport
BenchmarkReport | public class BenchmarkReport (Code) | | Generates a detailed report that contains the results of all of the
benchmark-related unit tests executed during a unit test session. The primary
user of this class is
com.google.gwt.junit.JUnitShell .
The report is in XML format. To view the XML reports, use benchmarkViewer.
|
addBenchmark | public void addBenchmark(JClassType benchmarkClass, TypeOracle typeOracle)(Code) | | Adds the Benchmark to the report. All of the metadata about the benchmark
(category, name, description, etc...) is recorded from the TypeOracle.
Parameters: benchmarkClass - The benchmark class to record. Must not benull . Parameters: typeOracle - The TypeOracle for the compilation sessionmust not be null . |
addBenchmarkResults | public void addBenchmarkResults(TestCase test, TestResults results)(Code) | | |
|
|