Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uwm.edu!cs.utexas.edu!rice!sun-spots-request From: zevpeter@aerospace.aero.org (ze'ev peter) Newsgroups: comp.sys.sun Subject: Timing Benchmarks using Sun Phigs Keywords: Software Message-ID: <8308@brazos.Rice.edu> Date: 29 May 90 20:13:28 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 10 Approved: Sun-Spots@rice.edu X-Sun-Spots-Digest: Volume 9, Issue 187, message 17 Can someone suggest how to time graphics calls in Sun Phigs? When I call a time() function before I draw lines and call time() after the drawing function is called, I get both times back before the lines are even drawn! This is probably due to some notifier loop in Sun Phigs which sits on top of sunwindows. Does anyone know how to do some simple time benchmarking for drawing graphics using Sun Phigs? Thanks very much.