Home
last modified time | relevance | path

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

/third_party/python/Python/
Dthread_nt.h79 _PyTime_t now = _PyTime_GetPerfCounter(); in EnterNonRecursiveMutex()
91 now = _PyTime_GetPerfCounter(); in EnterNonRecursiveMutex()
Dimport.c1514 t1 = _PyTime_GetPerfCounter(); in import_find_and_load()
1530 _PyTime_t cum = _PyTime_GetPerfCounter() - t1; in import_find_and_load()
Dpytime.c1068 _PyTime_GetPerfCounter(void) in _PyTime_GetPerfCounter() function
/third_party/python/Include/cpython/
Dpytime.h230 PyAPI_FUNC(_PyTime_t) _PyTime_GetPerfCounter(void);
/third_party/python/Modules/
D_lsprof.c113 return _PyTime_GetPerfCounter(); in call_timer()