Home
last modified time | relevance | path

Searched refs:test_cprofile (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_profile.py35 def test_cprofile(self): member in ProfileTest
/external/python/cpython3/Lib/test/
Dtest_profile.py51 def test_cprofile(self): member in ProfileTest
/external/python/cpython3/Misc/NEWS.d/
D3.8.0b1.rst1746 Modify test_coroutines, test_cprofile, test_generators, test_raise, test_ssl
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst4643 Refactor test_profile and test_cprofile to use the same code to profile.