Searched refs:py_get_win_perf_counter (Results 1 – 1 of 1) sorted by relevance
1024 py_get_win_perf_counter(_PyTime_t *tp, _Py_clock_info_t *info, int raise) in py_get_win_perf_counter() function1060 return py_get_win_perf_counter(t, info, 1); in _PyTime_GetPerfCounterWithInfo()1073 res = py_get_win_perf_counter(&t, NULL, 0); in _PyTime_GetPerfCounter()