Home | History | Annotate | Download | only in src

Lines Matching refs:tim

1221         timeval tim;
1222 gettimeofday(&tim, NULL);
1223 unsigned long long t1 = tim.tv_sec * 1000LLU + (unsigned long long)(tim.tv_usec / 1000.f);