diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
commit | f1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch) | |
tree | 37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /benchmarks/heapsort | |
parent | 37170ce899bdf394cca1d0769b2215d84b15a7ee (diff) | |
download | pkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz |
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'benchmarks/heapsort')
-rw-r--r-- | benchmarks/heapsort/DESCR | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/heapsort/DESCR b/benchmarks/heapsort/DESCR index 5b5e893272b..32ef5d9360d 100644 --- a/benchmarks/heapsort/DESCR +++ b/benchmarks/heapsort/DESCR @@ -1,11 +1,11 @@ Based on the Heap Sort code in 'Numerical Recipes in C' by William H. Press, Brian P. Flannery, Saul A. Teukolsky, and William T. Vetterling, -Cambridge University Press, 1990, ISBN 0-521-35465-X. +Cambridge University Press, 1990, ISBN 0-521-35465-X. The MIPS rating is based upon the program run time (runtime) for one iteration and a gcc 2.1 unoptimized (gcc -DUNIX) assembly dump count of instructions per iteration for a i486 machine (assuming 80386 code). This -is the reference used. +is the reference used. The maximum amount of memory allocated is based on the 'imax' variable in main(). Memory size = (2000*sizeof(long))*2^imax. imax is currently set to |