dhryston.1

来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 60 行

1
60
字号


DHRYSTONE(1)              Minix Programmer's Manual               DHRYSTONE(1)


NAME
     dhrystone - integer benchmark

SYNOPSIS
     dhrystone

EXAMPLES

     dhrystone           # Run the dhrystone benchmark

DESCRIPTION

     Many years ago, a floating-point benchmark called whetstone  was  popular
     for benchmarking FORTRAN programs.  Nowadays, an integer benchmark called
     dhrystone is widely used for benchmarking UNIX systems.  This is it.   Be
     warned,   however,  that  dhrystone  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.

































                                                                             1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?