Searched refs:tickStartTV (Results 1 – 1 of 1) sorted by relevance
7253 static struct timeval tickStartTV; variable7263 ptl = ((tv.tv_sec - tickStartTV.tv_sec) * 1000000 + in PartialTickLength()7264 (tv.tv_usec - tickStartTV.tv_usec) + 500) / 1000; in PartialTickLength()7340 gettimeofday(&tickStartTV, NULL); in DisplayClocks()7394 gettimeofday(&tickStartTV, NULL); in DisplayClocks()7453 gettimeofday(&tickStartTV, NULL); in DisplayClocks()