Re: gettimeofday() goes backwards on FreeBSD 4.9

Neil Conway <neilc@samurai.com>

From: Neil Conway <neilc@samurai.com>
To: "Marc G. Fournier" <scrappy@postgresql.org>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org
Date: 2003-11-29T04:52:13Z
Lists: pgsql-hackers
"Marc G. Fournier" <scrappy@postgresql.org> writes:
> On Fri, 28 Nov 2003, Neil Conway wrote:
>> $ uname -a
>> FreeBSD home.samurai.com 4.9-RELEASE [...]
>
> what is kern.timecounter.method set to?

$ sysctl kern.timecounter.method 
kern.timecounter.method: 0

FYI, I ran the test program for another 30 minutes (an hour in total)
without any output.

-Neil