From: Christian B. <Chr...@un...> - 2004-06-11 18:02:18
|
Hi! On Fri, Jun 04, 2004 at 08:54:26PM +0200, Gwenole Beauchesne wrote: > What PRECISE_TIMING stuff is supposed to do on BeOS/PPC? Replace the 60Hz granularity with which TimerInterrupt() is normally called (by INTFLAG_VIA) with a proper, high-resolution timer interrupt (INTFLAG_TIMER). > i.e. what are the visible effects/tests I could do in case I wanted the > same for Unixish systems? Enqueue time tasks with different durations and compare the actual elapsed times obtained from Microseconds(). Without PRECISE_TIMING you should see the 60Hz quantization. With PRECISE_TIMING it should be better. Bye, Christian -- / Physics is an algorithm \/ http://www.uni-mainz.de/~bauec002/ |