Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dtiming.h58 #define TIMINGMS (((aftertp.tv_sec - beforetp.tv_sec) * 1000) + \ macro
Dtimingmodule.c35 return PyInt_FromLong(TIMINGMS); in milli()