Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128689
Collapse All | Expand All

(-)src/main.c. (-1 / +1 lines)
Lines 439-445 Link Here
439
	gettimer(TIMEOFDAY,&t);
439
	gettimer(TIMEOFDAY,&t);
440
	return (t.tv_sec+t.tv_nsec/1000000000.0);
440
	return (t.tv_sec+t.tv_nsec/1000000000.0);
441
#else
441
#else
442
	return ((double)(times(NULL)))/CLK_TCK;
442
	return ((double)(times(NULL)))/CLOCKS_PER_SEC;
443
#endif
443
#endif
444
}
444
}
445
445

Return to bug 128689