[comp.unix.programmer] Performance Analysis SW

larryc@porter.jpl.nasa.gov (Larry Carroll) (06/08/91)

I have a program ("editimage") from University of New Mexico (part of their
Khoros system) which reads an image file & displays it for interactive
viewing, processing, & editing (overlaying another image, drawing simple
pictures on top of the image, etc.).

It does this under the X windows system, & some of our images are huge: 4 to
20 MBytes.  Since there's only 16 MBytes of memory on our workstations, some
kind of virtual memory has to be employed.  What I'd like to do is run
performance evaluation of 'editimage' with different image sizes.  Does 
anyone know of public domain software that does this?