Rev | Line | |
---|
[9] | 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
|
---|
| 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
|
---|
| 21 | Many years ago, a floating-point benchmark called \fIwhetstone\fR was
|
---|
| 22 | popular for benchmarking FORTRAN programs.
|
---|
| 23 | Nowadays, an integer benchmark called \fIdhrystone\fR is widely used
|
---|
| 24 | for benchmarking UNIX systems.
|
---|
| 25 | This is it.
|
---|
| 26 | Be warned, however, that \fIdhrystone\fR is entirely CPU bound, and
|
---|
| 27 | goes blindingly fast on machines with high-speed caches.
|
---|
| 28 | Although this is a good measure for programs that spend most of their
|
---|
| 29 | time in some inner loop, it is a poor benchmark for I/O bound applications.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.