minix/minix/commands/dhrystone/dhrystone.1
David van Moolenbroek b80da2a01d commands: move manpages into command directories
Change-Id: Icf8a2d26629a1822725022c9ee21c587d3c4c3b4
2015-09-28 14:06:06 +00:00

32 lines
737 B
Groff

.TH DHRYSTONE 1
.SH NAME
dhrystone \- integer benchmark
.SH SYNOPSIS
\fBdhrystone\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLES
.TP 20
.B dhrystone
# Run the dhrystone benchmark
.SH DESCRIPTION
.PP
Many years ago, a floating-point benchmark called \fIwhetstone\fR was
popular for benchmarking FORTRAN programs.
Nowadays, an integer benchmark called \fIdhrystone\fR is widely used
for benchmarking UNIX systems.
This is it.
Be warned, however, that \fIdhrystone\fR is entirely CPU bound, and
goes blindingly fast on machines with high-speed caches.
Although this is a good measure for programs that spend most of their
time in some inner loop, it is a poor benchmark for I/O bound applications.