Home
last modified time | relevance | path

Searched defs:linetimings (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
D__init__.py11 def __init__(self, logfn, lineevents=0, linetimings=1): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_hotshot.py44 def new_profiler(self, lineevents=0, linetimings=1): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_hotshot.c82 int linetimings; member
94 int linetimings; member
1497 int linetimings = 1; in hotshot_profiler() local