Searched refs:te (Results 1 – 1 of 1) sorted by relevance
36 struct timeval te; in GetTimeMicroSeconds() local37 gettimeofday(&te, nullptr); in GetTimeMicroSeconds()38 return te.tv_sec * 1000000LL + te.tv_usec; in GetTimeMicroSeconds()