Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dtimemodule.c167 static LARGE_INTEGER ctrStart; in time_clock() local
174 QueryPerformanceCounter(&ctrStart); in time_clock()
184 diff = (double)(now.QuadPart - ctrStart.QuadPart); in time_clock()