Files
oldlinux-files/Minix/2.0.0/wwwman/man1/dhrystone.1.html
2024-02-19 00:21:39 -05:00

70 lines
974 B
HTML

<HTML>
<HEAD>
<TITLE>dhrystone(1)</TITLE>
</HEAD>
<BODY>
<H1>dhrystone(1)</H1>
<HR>
<PRE>
</PRE>
<H2>NAME</H2><PRE>
dhrystone - integer benchmark
</PRE>
<H2>SYNOPSIS</H2><PRE>
<STRONG>dhrystone</STRONG>
</PRE>
<H2>EXAMPLES</H2><PRE>
<STRONG>dhrystone</STRONG> # Run the dhrystone benchmark
</PRE>
<H2>DESCRIPTION</H2><PRE>
Many years ago, a floating-point benchmark called <EM>whetstone</EM> was popular
for benchmarking FORTRAN programs. Nowadays, an integer benchmark called
<EM>dhrystone</EM> is widely used for benchmarking UNIX systems. This is it. Be
warned, however, that <EM>dhrystone</EM> 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.
</PRE>
</BODY>
</HTML>