math.benchmarks
Class Whetstone

java.lang.Object
  extended by math.benchmarks.Whetstone

public class Whetstone
extends java.lang.Object

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.

Author:
unascribed

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

Whetstone

public Whetstone()
Method Detail

main

public static void main(java.lang.String[] arg)

run

public static void run()