/[xulu]/branches/1.8-gt2-2.6/src/appl/util/benchmark/Benchmark.java
ViewVC logotype

Contents of /branches/1.8-gt2-2.6/src/appl/util/benchmark/Benchmark.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 47 - (show annotations)
Mon Aug 31 14:23:19 2009 UTC (15 years, 3 months ago) by mojays
File size: 403 byte(s)
Branch 1.8-gt2-2.6 (from rev 45) for geotools 2.6 migration
1 package appl.util.benchmark;
2
3 /**
4 * Simple Interface for Benchmarks. Benchmarks may be used to give the user an
5 * impression of the hardware capabilities.
6 *
7 * @author Dominik Appl
8 */
9 public interface Benchmark {
10 /**
11 * runs the Benchmark
12 *
13 * @return a rating. The rating should be a positive number and linear in
14 * the computing power
15 */
16 public int bench();
17 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26