15 void DSDPTime(
double * ttime) {
18 (*ttime)=((double)t) * tscale;
23 void DSDPTime(
double * ttime) {
24 static struct timeval _tp;
26 gettimeofday(&_tp,(
struct timezone *)0);
27 (*ttime)=((double)_tp.tv_sec)+(1.0e-6)*(_tp.tv_usec);
30 void DSDPTime(
double * ttime) { *ttime=0;
return; }
Error handling, printing, and profiling.