Lines Matching full:tv_end
128 struct timeval tv_start, tv_end, tv_interval;863 gettimeofday(&tv_end, NULL);864 tv_interval = tv_end;887 localtime_r((time_t*)&tv_end.tv_sec, &tm);888 mprintf("End %3d:%02d:%02d.%06d\n", tm.tm_hour, tm.tm_min, tm.tm_sec, tv_end.tv_usec);