Home
last modified time | relevance | path

Searched refs:profilermodule (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_profile.py20 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 Dtest_cprofile.py15 profilermodule = cProfile variable in CProfileTest

Completed in 1 milliseconds