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.
-
- 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. It 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 defined, 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 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.
-
- BUGS
- Calling the erasing routines ought to be optional.