home *** CD-ROM | disk | FTP | other *** search
- NAME
- bench - demonstrate/test the interface routine for the portable CORE
- graphics package.
-
- SYNOPSIS
- bench [options]
-
- OPTIONS
- -c don't generate any text.
- -e omit calls on line erase routine.
- -n <num> start on specific screen
-
- DESCRIPTION
- The portable CORE graphics package requires a set of interface
- variables and functions for each machine. BENCH exercises such
- an interface, and tests for many potential faults. (Each time
- I noted a fault in GRAPH or one of the other programs using the
- portable CORE package, I designed a display to test for it and
- added it to BENCH.)
-
- BENCH also measures the speed of the line drawing and erasing
- routines. Note - the CORE graphics package currently does not
- require the line erase function. If it isn't implemented, the
- variable erase_line should be set to point to the line drawing
- routine so the timing routines still yield valid times.
-
- AUTHOR
- Copyright (c) 1985 - 1989 by James R. Van Zandt
- (jrv@mitre-bedford) 27 Spencer Dr., Nashua NH 03062,
- 603-888-2272. Resale forbidden, copying for personal use
- encouraged. Constructive comments welcome.
-
-