home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 November / VPR9711A.ISO / BENCH / oglb142i / README_E.TXT < prev    next >
Text File  |  1997-01-02  |  3KB  |  69 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.  This program does not contain the operations available on GUI in order
  5.  to improve its compatibility to any other OSs.
  6.  
  7. Usage:
  8.  oglbench [options]
  9.  
  10. Options:
  11.  -loop n       : 'n' is integer number to specify the number of execute.
  12.                  if negative number is specified, this benchmark will
  13.                  be running forever.
  14.  -f filename   : 'filename' is the filename to save result.
  15.                  Default filename is 'result.ogl'.
  16.  -def filename : 'filename' is the setting file that it read.
  17.                  Default filename is 'pass.def'.
  18.  -quarter      : Reduce running time to one quarter.
  19.                  On 486DX2 66MHz system without any accelerator board,
  20.                  running time will be more than 24 hours without this
  21.                  option.
  22.  -no_autopass  : Disable to auto check of support function.
  23.  -statusonly   : Only status output.
  24.  -nocount      : A display of the stepping number is deterred to title bar.
  25.  -test         : drawing test.
  26.  -zbits n      : 'n' is integer number to designed the number of Z-buffer
  27.                  bits. 
  28.  -help         : Display help message.
  29.  
  30. Testing definition file 'pass.def':
  31.  This file allows you to set limits to specifying items when it exists
  32.  in the current directory of run-time.
  33.  If this file is not found, all tests will be executed.
  34.   -'#' means comment line.
  35.   -Specify 'enable' or 'disable' at top of file.
  36.    If 'disable' is specified, all settings will be disabled in file.
  37.   -Specify 'pass' or 'go' for each testing component.
  38.    'go' executes that test and 'pass' passes it.
  39.    If any tests will be passed, total result will not be calculated.
  40.  
  41. Results:
  42.  Assuming SGI ONYX RealityEngineII as 100.0
  43.   -Specification of reference system
  44.      OS: IRIX 5.2
  45.      Clock: 150MHz
  46.      CPU: MIPS R4400 Processor Chip Revision 5.0
  47.      FPU: MIPS R4010 Floating Point Chip Revision 0.0
  48.      Data cache size: 16KByte
  49.      Instruction cache size: 16KByte
  50.      Secondary unified instruction/data cache size: 1MByte
  51.      Main memory size: 256MByte, 2-way interleaved
  52.  
  53. Notes:
  54.  Recommended screensaver disabled while this benchmark is running.
  55.  To get better result, all other tasks should be killed.
  56.  
  57. Others:
  58.  Any bug reports with detail information are welcome.
  59.  Same benchmark for IRIX is available.
  60.  All source files can be provided for other CPU environment.
  61.  All rights reserved by Hiroshi Yoshida.
  62.  See "http://www.bekkoame.or.jp/~yoccy/index.html".
  63.  
  64.                                            Hiroshi Yoshida
  65.                                            yoshi@cg.namco.co.jp
  66.                                            yoccy@pis.bekkoame.or.jp
  67.                                            HGD00720@niftyserve.or.jp
  68.  
  69.