POV-Ray : Newsgroups : povray.off-topic : BPM : Re: New BPM Server Time
4 Sep 2024 13:20:13 EDT (-0400)
  Re: New BPM  
From: scott
Date: 9 Jun 2010 09:19:53
Message: <4c0f94f9$1@news.povray.org>
> and another thread that waits to receive a signal, and then does all the 
> other stuff. But noooo, the timing accuracy has increased, but it's still 
> ticking too slowly.

If you can call API functions, call QueryPerformanceCounter from 
Kernel32.dll.  It is pretty much the ultimate in terms of useful timing 
accuracy and resolution under windows.  It only takes one parameter (a 
pointer to a 64-bit signed integer) so should be easy to set up if you don't 
have the header.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.