/[xulu]/trunk.bakup/src/appl/util/benchmark/Benchmark.java
ViewVC logotype

Annotation of /trunk.bakup/src/appl/util/benchmark/Benchmark.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 77 - (hide annotations)
Wed Feb 10 16:14:27 2010 UTC (14 years, 10 months ago) by alfonx
File size: 403 byte(s)
backup of trunk
1 mojays 2 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