public class

Trial

extends Object
implements IsSerializable
java.lang.Object
   ↳ com.google.gwt.benchmarks.client.impl.Trial

Class Overview

The result of a single trial-run of a single benchmark method. Each Trial contains the results of running a benchmark method with one set of values for its parameters. TestResults for a method will contain Trials for all permutations of the parameter values. For test methods without parameters, there is only 1 trial result.

Summary

Public Constructors
Trial()
Public Methods
double getRunTimeMillis()
Map<StringString> getVariables()
Returns the names and values of the variables used in the test.
void setRunTimeMillis(double runTimeMillis)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Trial ()

Public Methods

public double getRunTimeMillis ()

public Map<StringString> getVariables ()

Returns the names and values of the variables used in the test. If there were no variables, the map is empty.

public void setRunTimeMillis (double runTimeMillis)

public String toString ()