Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpytime.h229 PyAPI_FUNC(_PyTime_t) _PyTime_GetPerfCounter(void);
/external/python/cpython3/Python/
Dimport.c1639 t1 = _PyTime_GetPerfCounter(); in import_find_and_load()
1655 _PyTime_t cum = _PyTime_GetPerfCounter() - t1; in import_find_and_load()
Dpytime.c1022 _PyTime_GetPerfCounter(void) in _PyTime_GetPerfCounter() function
/external/python/cpython3/Modules/
Dtimemodule.c1091 _PyTime_t t = _PyTime_GetPerfCounter(); in time_perf_counter_ns()