Buckets:
| // PyTime_t C API: see Doc/c-api/time.rst for the documentation. | |
| extern "C" { | |
| typedef int64_t PyTime_t; | |
| PyAPI_FUNC(double) PyTime_AsSecondsDouble(PyTime_t t); | |
| PyAPI_FUNC(int) PyTime_Monotonic(PyTime_t *result); | |
| PyAPI_FUNC(int) PyTime_PerfCounter(PyTime_t *result); | |
| PyAPI_FUNC(int) PyTime_Time(PyTime_t *result); | |
| PyAPI_FUNC(int) PyTime_MonotonicRaw(PyTime_t *result); | |
| PyAPI_FUNC(int) PyTime_PerfCounterRaw(PyTime_t *result); | |
| PyAPI_FUNC(int) PyTime_TimeRaw(PyTime_t *result); | |
| } | |
Xet Storage Details
- Size:
- 707 Bytes
- Xet hash:
- e7996787c570fb1399ed4683e61f67b944cb73db5c47c549c6c7c82163ad34f9
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.