Searched refs:profilermodule (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/ |
H A 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__, 121 '-m', self.profilermodule.__name__,
|
H A D | test_cprofile.py | 15 profilermodule = cProfile variable in CProfileTest
|
Completed in 1 milliseconds