in httpd.conf, on every request Apache will
perform two calls to gettimeofday(2) (or
times(2), depending on your operating system).
This is done so that the status report contains timing information.
For highest performance, set ExtendedStatus Off
(which is the default).