Home
last modified time | relevance | path

Searched refs:time_clock (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dtimemodule.c156 time_clock(PyObject *self, PyObject *unused) in time_clock() function
165 time_clock(PyObject *self, PyObject *unused) in time_clock() function
880 {"clock", time_clock, METH_NOARGS, clock_doc},
/external/python/cpython3/Modules/
Dtimemodule.c173 time_clock(PyObject *self, PyObject *unused) in time_clock() function
1658 {"clock", time_clock, METH_NOARGS, clock_doc},