Home
last modified time | relevance | path

Searched defs:lineevents (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.c81 int lineevents; member
1500 int lineevents = 0; in hotshot_profiler() local