Searched refs:py_get_win_perf_counter (Results 1 – 1 of 1) sorted by relevance
1228 py_get_win_perf_counter(_PyTime_t *tp, _Py_clock_info_t *info, int raise_exc) in py_get_win_perf_counter() function1268 return py_get_win_perf_counter(t, info, 1); in _PyTime_GetPerfCounterWithInfo()1281 res = py_get_win_perf_counter(&t, NULL, 0); in _PyTime_GetPerfCounter()