package

com.google.gwt.benchmarks.client

Classes and modules used in building benchmarks.

Interfaces

Category A named category that provides classification for Benchmarks

Classes

Benchmark A type of GWTTestCase which specifically records performance results. 
Benchmark.BenchmarkStrategy The JUnitShell.Strategy used for benchmarking. 
IntRange Iterates over a start and end value by a stepping function. 
Operator A mathematical operator used in IntRanges to indicate the stepping function. 
RangeIterator<T> A base class useful for implementing Iterators for Ranges.