Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_lsprof.c759 double timeunit = 0.0; in profiler_init() local
766 &timer, &timeunit, in profiler_init()
772 pObj->externalTimerUnit = timeunit; in profiler_init()
/external/python/cpython2/Modules/
D_lsprof.c772 double timeunit = 0.0; in profiler_init() local
783 &timer, &timeunit, in profiler_init()
793 pObj->externalTimerUnit = timeunit; in profiler_init()
/external/python/cpython3/Doc/library/
Dprofile.rst238 .. class:: Profile(timer=None, timeunit=0.0, subcalls=True, builtins=True)
245 representing the current time. If the number is an integer, the *timeunit*
/external/python/cpython2/Doc/library/
Dprofile.rst255 .. class:: Profile(timer=None, timeunit=0.0, subcalls=True, builtins=True)
262 representing the current time. If the number is an integer, the *timeunit*