unstack, sort: cleanup and improvement
[minix.git] / man / man1 / dhrystone.1
blob49eef37441af4fec1efecc51a7e4ec3a10a98f49
1 .TH DHRYSTONE 1
2 .SH NAME
3 dhrystone \- integer benchmark
4 .SH SYNOPSIS
5 \fBdhrystone\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH EXAMPLES
18 .TP 20
19 .B dhrystone
20 # Run the dhrystone benchmark
21 .SH DESCRIPTION
22 .PP
23 Many years ago, a floating-point benchmark called \fIwhetstone\fR was
24 popular for benchmarking FORTRAN programs.
25 Nowadays, an integer benchmark called \fIdhrystone\fR is widely used
26 for benchmarking UNIX systems.
27 This is it.
28 Be warned, however, that \fIdhrystone\fR is entirely CPU bound, and
29 goes blindingly fast on machines with high-speed caches.
30 Although this is a good measure for programs that spend most of their
31 time in some inner loop, it is a poor benchmark for I/O bound applications.