home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910A.BIN / BENCH / OGLB161I / OGLB161I.LZH / README_E.TXT < prev    next >
Text File  |  1999-04-18  |  2KB  |  57 lines

  1. OpenGL Benchmark program 'oglbench'
  2.  This is a benchmark program for OpenGL for Windows NT/95.
  3.  The result is saved as text file.
  4.  
  5. Usage:
  6.  oglbench [options]
  7.  
  8. Command line Options:
  9.  -loop n       : 'n' is integer number to specify the number of execute.
  10.                  if negative number is specified, this benchmark will
  11.                  be running forever.
  12.  -f filename   : 'filename' is the filename to save result.
  13.                  Default filename is 'result.ogl'.
  14.  -def filename : 'filename' is the setting file that it read.
  15.                  Default filename is 'pass.def'.
  16.  -quarter      : Reduce running time to one quarter.
  17.                  On 486DX2 66MHz system without any accelerator board,
  18.                  running time will be more than 24 hours without this
  19.                  option.
  20.  -no_autopass  : Disable to auto check of support function.
  21.  -statusonly   : Only status output.
  22.  -nocount      : A display of the stepping number is deterred to title bar.
  23.  -test         : drawing test.
  24.  -zbits n      : 'n' is integer number to designed the number of Z-buffer
  25.                  bits. 
  26.  -help         : Display help message.
  27.  
  28. Testing definition file 'pass.def':
  29.  This file allows you to set limits to specifying items when it exists
  30.  in the current directory of run-time.
  31.  If this file is not found, all tests will be executed.
  32.   -'#' means comment line.
  33.   -Specify 'enable' or 'disable' at top of file.
  34.    If 'disable' is specified, all settings will be disabled in file.
  35.   -Specify 'pass' or 'go' for each testing component.
  36.    'go' or '1' executes that test and 'pass' or '0' passes it.
  37.  
  38. Results:
  39.  Assuming SGI ONYX RealityEngineII as 100.0
  40.   -Specification of reference system
  41.      OS: IRIX 5.2
  42.      Clock: 150MHz
  43.      CPU: MIPS R4400 Processor Chip Revision 5.0
  44.      FPU: MIPS R4010 Floating Point Chip Revision 0.0
  45.      Data cache size: 16KByte
  46.      Instruction cache size: 16KByte
  47.      Secondary unified instruction/data cache size: 1MByte
  48.      Main memory size: 256MByte, 2-way interleaved
  49.  
  50. Others:
  51.  Same benchmark for IRIX and AlphaPC is available.
  52.  All rights reserved by Hiroshi Yoshida.
  53.  See "http://www.din.or.jp/~ysd/index_e.html".
  54.  
  55.                                            Hiroshi Yoshida
  56.                                            ysd@din.or.jp
  57.