Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/hotshot/
D__init__.py11 def __init__(self, logfn, lineevents=0, linetimings=1): argument
/external/python/cpython2/Lib/test/
Dtest_hotshot.py44 def new_profiler(self, lineevents=0, linetimings=1): argument
/external/python/cpython2/Modules/
D_hotshot.c82 int linetimings; member
94 int linetimings; member
1501 int linetimings = 1; in hotshot_profiler() local