Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!spool.mu.edu!samsung!usc!gate.oxy.edu!oxy!schorsch From: schorsch@oxy.edu (Brent William Schorsch) Newsgroups: comp.sys.mac.programmer Subject: Re: Animation Message-ID: <145515@tiger.oxy.edu> Date: 17 Feb 91 08:20:38 GMT References: <1961.27B4BFB4@stjhmc.fidonet.org> Organization: Occidental College, Los Angeles, CA 90041 Lines: 12 Baudoin Raoult writes in a message to All > tmp := TickCount; while tmp=Tickcount do { nothing } ; CopyBits(.....) Lawson English says: >To make sure that you get the most accurate reading (and the longest time i which to do your drawing) use GetTrapAddress to bypass the Trap Dispatcher a jump directly to TickCount. Otherwise, you have 100+ CPU cycles of overhead if you're going to go against guideline, why not use the global variable Ticks. (unless you're running under A/UX)... This seems safer to me.. (not to metion faster) -Brent