Home
last modified time | relevance | path

Searched refs:setprofile (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_sys_setprofile.py10 sys.setprofile(None)
13 sys.setprofile(None)
22 sys.setprofile(fn)
363 sys.setprofile(p.callback)
365 sys.setprofile(None)
/external/python/cpython3/Lib/test/
Dtest_sys_setprofile.py9 sys.setprofile(None)
12 sys.setprofile(None)
21 sys.setprofile(fn)
377 sys.setprofile(p.callback)
379 sys.setprofile(None)
/external/python/cpython3/Lib/
Dprofile.py420 sys.setprofile(self.dispatcher)
424 sys.setprofile(None)
430 sys.setprofile(self.dispatcher)
434 sys.setprofile(None)
Dthreading.py51 def setprofile(func): function
914 _sys.setprofile(_profile_hook)
/external/python/cpython2/Lib/
Dprofile.py442 sys.setprofile(self.dispatcher)
446 sys.setprofile(None)
452 sys.setprofile(self.dispatcher)
456 sys.setprofile(None)
Dthreading.py90 def setprofile(func): function
798 _sys.setprofile(_profile_hook)
/external/python/cpython3/Misc/NEWS.d/
D3.6.5rc1.rst612 Explain real behaviour of sys.settrace and sys.setprofile and their C-API
D3.7.0b1.rst715 Explain real behaviour of sys.settrace and sys.setprofile and their C-API
D3.7.0a1.rst1046 special build: use the :func:`sys.setprofile` function, :mod:`cProfile` or
/external/python/cpython2/Doc/library/
Dthreading.rst181 .. function:: setprofile(func)
186 The *func* will be passed to :func:`sys.setprofile` for each thread, before its
Dsys.rst478 Get the profiler function as set by :func:`setprofile`.
851 .. function:: setprofile(profilefunc)
Dmultiprocessing.rst799 :func:`threading.settrace`, :func:`threading.setprofile`,
/external/python/cpython3/Doc/library/
Dthreading.rst78 .. function:: setprofile(func)
83 The *func* will be passed to :func:`sys.setprofile` for each thread, before its
Dsys.rst599 Get the profiler function as set by :func:`setprofile`.
1085 .. function:: setprofile(profilefunc)
Dmultiprocessing.rst1025 :func:`threading.settrace`, :func:`threading.setprofile`,
/external/python/cpython3/Doc/tutorial/
Dmodules.rst323 'setcheckinterval', 'setdlopenflags', 'setprofile', 'setrecursionlimit',
/external/python/cpython2/Doc/tutorial/
Dmodules.rst320 'py3kwarning', 'setcheckinterval', 'setdlopenflags', 'setprofile',
/external/python/cpython2/Misc/NEWS.d/
D2.7.15rc1.rst1262 Explain real behaviour of sys.settrace and sys.setprofile and their C-API
/external/python/cpython2/Doc/whatsnew/
D2.2.rst1061 :func:`sys.setprofile` and :func:`sys.settrace` functions still exist, and have
/external/python/cpython3/Doc/whatsnew/
D2.2.rst1061 :func:`sys.setprofile` and :func:`sys.settrace` functions still exist, and have
/external/python/cpython2/Misc/
Dcheatsheet1370 setprofile(func) Sets a profile function for performance profiling.
DHISTORY4081 - The threading module has new functions settrace() and setprofile()
16842 sys: fixed core dumps in settrace() and setprofile()
17042 See sys.settrace() and sys.setprofile(), and "../lib/pdb.doc"
/external/python/cpython3/Misc/
DHISTORY21465 - The threading module has new functions settrace() and setprofile()
34221 sys: fixed core dumps in settrace() and setprofile()
34421 See sys.settrace() and sys.setprofile(), and "../lib/pdb.doc"