home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / grafik / coregraf / bench.doc < prev    next >
Encoding:
Text File  |  1986-01-06  |  958 b   |  28 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.  
  11. DESCRIPTION
  12.     The portable CORE graphics package requires a set of interface
  13.     variables and functions for each machine.  BENCH exercises such an
  14.     interface, and tests for many potential faults.  It also measures
  15.     the speed of the line drawing and erasing routines.  Note - the
  16.     CORE graphics package currently does not require the line erase
  17.     function.  If it isn't defined, the variable erase_line should be
  18.     set to point to the line drawing routine so the timing routines
  19.     still yield valid times.
  20.  
  21. AUTHOR
  22.     Copyright (c) 1985 by James R.  Van Zandt (jrv@mitre-bedford) 27
  23.     Spencer Dr., Nashua NH 03062, 603-888-2272.  Resale forbidden, copying
  24.     for personal use encouraged.  Constructive comments welcome.  
  25.  
  26. BUGS
  27.     Calling the erasing routines ought to be optional.
  28.