Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpytime.h237 PyAPI_FUNC(int) _PyTime_GetPerfCounterWithInfo(
/external/python/cpython3/Python/
Dpytime.c1032 _PyTime_GetPerfCounterWithInfo(_PyTime_t *t, _Py_clock_info_t *info) in _PyTime_GetPerfCounterWithInfo() function
1046 if (_PyTime_GetPerfCounterWithInfo(&t, NULL)) { in _PyTime_GetPerfCounter()
1066 if (_PyTime_GetPerfCounterWithInfo(&t, NULL) < 0) { in _PyTime_Init()
/external/python/cpython3/Modules/
Dtimemodule.c154 if (_PyTime_GetPerfCounterWithInfo(&t, info) < 0) { in perf_counter()
1544 if (_PyTime_GetPerfCounterWithInfo(&t, &info) < 0) {