home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / dots151.zip / GRAPHSRC.ZIP / BENCH.DOC < prev    next >
Text File  |  1989-02-21  |  1KB  |  33 lines

  1. NAME
  2.         bench - demonstrate/test the interface routine for the portable CORE
  3.                         graphics package.
  4.  
  5. SYNOPSIS
  6.         bench [options]
  7.  
  8. OPTIONS
  9.         -c      don't generate any text.        
  10.         -e      omit calls on line erase routine.
  11.         -n <num>  start on specific screen
  12.  
  13. DESCRIPTION
  14.         The portable CORE graphics package requires a set of interface
  15.         variables and functions for each machine.  BENCH exercises such
  16.         an interface, and tests for many potential faults.  (Each time
  17.         I noted a fault in GRAPH or one of the other programs using the
  18.         portable CORE package, I designed a display to test for it and
  19.         added it to BENCH.) 
  20.  
  21.         BENCH also measures the speed of the line drawing and erasing
  22.         routines.  Note - the CORE graphics package currently does not
  23.         require the line erase function.  If it isn't implemented, the
  24.         variable erase_line should be set to point to the line drawing
  25.         routine so the timing routines still yield valid times.
  26.  
  27. AUTHOR
  28.         Copyright (c) 1985 - 1989 by James R.  Van Zandt
  29.         (jrv@mitre-bedford) 27 Spencer Dr., Nashua NH 03062,
  30.         603-888-2272.  Resale forbidden, copying for personal use
  31.         encouraged.  Constructive comments welcome.
  32.  
  33.