Searched refs:timeunit (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Modules/ |
D | _lsprof.c | 759 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.c | 772 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/ |
D | profile.rst | 238 .. 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/ |
D | profile.rst | 255 .. class:: Profile(timer=None, timeunit=0.0, subcalls=True, builtins=True) 262 representing the current time. If the number is an integer, the *timeunit*
|