source: trunk/minix/man/man1/dhrystone.1@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 733 bytes
Line 
1.TH DHRYSTONE 1
2.SH NAME
3dhrystone \- integer benchmark
4.SH SYNOPSIS
5\fBdhrystone\fR
6.br
7.de FL
8.TP
9\\fB\\$1\\fR
10\\$2
11..
12.de EX
13.TP 20
14\\fB\\$1\\fR
15# \\$2
16..
17.SH EXAMPLES
18.EX "dhrystone" "Run the dhrystone benchmark"
19.SH DESCRIPTION
20.PP
21Many years ago, a floating-point benchmark called \fIwhetstone\fR was
22popular for benchmarking FORTRAN programs.
23Nowadays, an integer benchmark called \fIdhrystone\fR is widely used
24for benchmarking UNIX systems.
25This is it.
26Be warned, however, that \fIdhrystone\fR is entirely CPU bound, and
27goes blindingly fast on machines with high-speed caches.
28Although this is a good measure for programs that spend most of their
29time in some inner loop, it is a poor benchmark for I/O bound applications.
Note: See TracBrowser for help on using the repository browser.