PyTime_GetMonotonicClock method

int PyTime_GetMonotonicClock()

Implementation

int PyTime_GetMonotonicClock() {
  return _PyTime_GetMonotonicClock();
}