Searched refs:ctrStart (Results 1 – 2 of 2) sorted by relevance
167 static LARGE_INTEGER ctrStart; in time_clock() local174 QueryPerformanceCounter(&ctrStart); in time_clock()184 diff = (double)(now.QuadPart - ctrStart.QuadPart); in time_clock()
88 static LONGLONG ctrStart; in win_perf_counter() local95 ctrStart = now.QuadPart; in win_perf_counter()103 diff = (double)(now.QuadPart - ctrStart); in win_perf_counter()