Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c159 #define CALL_TIMER(pObj) ((pObj)->externalTimer ? \ macro
336 self->t0 = CALL_TIMER(pObj); in initContext()
342 PY_LONG_LONG tt = CALL_TIMER(pObj) - self->t0; in Stop()