Searched refs:profilermodule (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_profile.py | 20 profilermodule = profile variable in ProfileTest 91 self.profilermodule.run("int('1')") 92 self.profilermodule.run("int('1')", filename=TESTFN) 97 self.profilermodule.runctx("testfunc()", globals(), locals()) 98 self.profilermodule.runctx("testfunc()", globals(), locals(), 104 assert_python_failure('-m', self.profilermodule.__name__, '-m') 107 assert_python_failure('-m', self.profilermodule.__name__, 111 assert_python_ok('-m', self.profilermodule.__name__,
|
D | test_cprofile.py | 15 profilermodule = cProfile variable in CProfileTest
|