PyTime_GetPerfCounter method

int PyTime_GetPerfCounter()

Implementation

int PyTime_GetPerfCounter() {
  return _PyTime_GetPerfCounter();
}