Package | Description |
---|---|
org.bytedeco.cpython | |
org.bytedeco.cpython.global |
Modifier and Type | Method and Description |
---|---|
_Py_clock_info_t |
_Py_clock_info_t.adjustable(int setter) |
_Py_clock_info_t |
_Py_clock_info_t.implementation(BytePointer setter) |
_Py_clock_info_t |
_Py_clock_info_t.monotonic(int setter) |
_Py_clock_info_t |
_Py_clock_info_t.position(long position) |
_Py_clock_info_t |
_Py_clock_info_t.resolution(double setter) |
Modifier and Type | Method and Description |
---|---|
static int |
python._PyTime_GetMonotonicClockWithInfo(long[] t,
_Py_clock_info_t info) |
static int |
python._PyTime_GetMonotonicClockWithInfo(LongBuffer t,
_Py_clock_info_t info) |
static int |
python._PyTime_GetMonotonicClockWithInfo(LongPointer t,
_Py_clock_info_t info) |
static int |
python._PyTime_GetPerfCounterWithInfo(long[] t,
_Py_clock_info_t info) |
static int |
python._PyTime_GetPerfCounterWithInfo(LongBuffer t,
_Py_clock_info_t info) |
static int |
python._PyTime_GetPerfCounterWithInfo(LongPointer t,
_Py_clock_info_t info) |
static int |
python._PyTime_GetSystemClockWithInfo(long[] t,
_Py_clock_info_t info) |
static int |
python._PyTime_GetSystemClockWithInfo(LongBuffer t,
_Py_clock_info_t info) |
static int |
python._PyTime_GetSystemClockWithInfo(LongPointer t,
_Py_clock_info_t info) |
Copyright © 2020. All rights reserved.