You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Shane Caraveo <sh...@caraveo.com> on 1997/11/23 21:22:01 UTC

win32 - gettimeofday

As I was digging around the apache code looking for something or 
other, I noticed a flag for NO_GETTIMEOFDAY for win32.  In php, I've 
implemented a gettimeofday that actualy returns a (aproximation of) 
microsecond on pentium machines.  If gettimeofday does anything 
important in apache, you may want to consider taking a look at my 
function.

Shane