Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpytime.h229 PyAPI_FUNC(_PyTime_t) _PyTime_GetPerfCounter(void);
/external/python/cpython3/Modules/
D_lsprof.c96 return _PyTime_GetPerfCounter(); in call_timer()
Dtimemodule.c1137 _PyTime_t t = _PyTime_GetPerfCounter();
/external/python/cpython3/Python/
Dpytime.c1043 _PyTime_GetPerfCounter(void) in _PyTime_GetPerfCounter() function
Dimport.c1764 t1 = _PyTime_GetPerfCounter(); in import_find_and_load()
1780 _PyTime_t cum = _PyTime_GetPerfCounter() - t1; in import_find_and_load()