calibrating time PATCH

Castl Troy mastah at phreaker.net
Tue Dec 21 12:47:26 PST 2004


oops error,
after:
fprintf(stderr, "\nExamining usleep()\n");
	

	for(i=1;i<11; i++) {
		gettimeofday(&pold, NULL);

needs to be:
fprintf(stderr, "\nExamining usleep()\n");
	
	for(i=0;i<10; i++) {
		gettimeofday(&pold, NULL);




More information about the freebsd-hackers mailing list