Searched refs:TIMINGUS (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ | ||
D | timing.h | 55 #define TIMINGUS (((aftertp.tv_sec - beforetp.tv_sec) * 1000000) + \ macro |
D | timingmodule.c | 41 return PyInt_FromLong(TIMINGUS); in micro() |