public class

BenchmarkResults

extends JUnitResult
java.lang.Object
   ↳ com.google.gwt.junit.client.impl.JUnitResult
     ↳ com.google.gwt.benchmarks.client.impl.BenchmarkResults

Class Overview

Encapsulates the results of the execution of a single benchmark. A BenchmarkResults is constructed transparently within a benchmark and reported back to the JUnit RPC server, JUnitHost. It's then shared (via JUnitMessageQueue) with JUnitShell and aggregated in BenchmarkReport with other BenchmarkResults.@skip

Summary

Public Constructors
BenchmarkResults()
Public Methods
String getSourceRef()
List<Trial> getTrials()
void setSourceRef(String sourceRef)
String toString()
Protected Methods
String toStringInner()
[Expand]
Inherited Methods
From class com.google.gwt.junit.client.impl.JUnitResult
From class java.lang.Object

Public Constructors

public BenchmarkResults ()

Public Methods

public String getSourceRef ()

public List<Trial> getTrials ()

public void setSourceRef (String sourceRef)

public String toString ()

Protected Methods

protected String toStringInner ()