Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c127 #define DOUBLE_TIMER_PRECISION 4294967296.0 macro
149 result = (PY_LONG_LONG) (val * DOUBLE_TIMER_PRECISION); in CallExternalTimer()
642 collect.factor = 1.0 / DOUBLE_TIMER_PRECISION; in profiler_getstats()