home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 March / VPR9803A.ISO / BENCH / oglb151i / README_E.TXT < prev    next >
Text File  |  1997-10-12  |  3KB  |  64 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. 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.    If any tests will be passed, total result will not be calculated.
  38.  
  39. Results:
  40.  Assuming SGI ONYX RealityEngineII as 100.0
  41.   -Specification of reference system
  42.      OS: IRIX 5.2
  43.      Clock: 150MHz
  44.      CPU: MIPS R4400 Processor Chip Revision 5.0
  45.      FPU: MIPS R4010 Floating Point Chip Revision 0.0
  46.      Data cache size: 16KByte
  47.      Instruction cache size: 16KByte
  48.      Secondary unified instruction/data cache size: 1MByte
  49.      Main memory size: 256MByte, 2-way interleaved
  50.  
  51. Notes:
  52.  To get better result, all other tasks should be killed.
  53.  
  54. Others:
  55.  Same benchmark for IRIX and AlphaPC is available.
  56.  All rights reserved by Hiroshi Yoshida.
  57.  See "http://www.bekkoame.or.jp/~yoccy/index_e.html".
  58.  
  59.                                            Hiroshi Yoshida
  60.                                            yoccy@pis.bekkoame.or.jp
  61.                                            yoshi@cg.namco.co.jp
  62.                                            HGD00720@niftyserve.or.jp
  63.  
  64.