DHRYSTON.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. DHRYSTONE(1)              Minix Programmer's Manual               DHRYSTONE(1)
  2. NAME
  3.      dhrystone - integer benchmark
  4. SYNOPSIS
  5.      dhrystone
  6. EXAMPLES
  7.      dhrystone           # Run the dhrystone benchmark
  8. DESCRIPTION
  9.      Many years ago, a floating-point benchmark called whetstone  was  popular
  10.      for benchmarking FORTRAN programs.  Nowadays, an integer benchmark called
  11.      dhrystone is widely used for benchmarking UNIX systems.  This is it.   Be
  12.      warned,   however,  that  dhrystone  is  entirely  CPU  bound,  and  goes
  13.      blindingly fast on machines with high-speed caches.  Although this  is  a
  14.      good  measure  for  programs  that spend most of their time in some inner
  15.      loop, it is a poor benchmark for I/O bound applications.
  16.                                                                              1