Home
last modified time | relevance | path

Searched refs:timetotal (Results 1 – 1 of 1) sorted by relevance

/external/quake/quake/src/WinQuake/
Dhost.cpp732 static double timetotal; in Host_Frame() local
746 timetotal += time2 - time1; in Host_Frame()
752 m = (int) (timetotal*1000/timecount); in Host_Frame()
754 timetotal = 0; in Host_Frame()