| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmath.benchmarks.Whetstone
public class Whetstone
Whetstone benchmark in C. This program is a translation of the original Algol version in "A Synthetic Benchmark" by H.J. Curnow and B.A. Wichman in Computer Journal, Vol 19 #1, February 1976. Used to test compiler optimization and floating point performance. Compile by: cc -O -s -o whet whet.c or: cc -O -DPOUT -s -o whet whet.c if output is desired.
| Constructor Summary | |
|---|---|
| Whetstone() | |
| Method Summary | |
|---|---|
| static void | main(java.lang.String[] arg) | 
| static void | run() | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Whetstone()
| Method Detail | 
|---|
public static void main(java.lang.String[] arg)
public static void run()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||