Lines Matching refs:testfunc
13 from test.profilee import testfunc, timer
35 prof.runctx("testfunc()", globals(), locals())
43 mod_name = testfunc.__module__.rsplit('.', 1)[1]
97 self.profilermodule.runctx("testfunc()", globals(), locals())
98 self.profilermodule.runctx("testfunc()", globals(), locals(),
171 1 269.996 269.996 999.769 999.769 profilee.py:25(testfunc)
186 profilee.py:25(testfunc) <- <string>:1(<module>)(1) 999.767
187 profilee.py:35(factorial) <- profilee.py:25(testfunc)(1) 999.769
191 profilee.py:55(helper) <- profilee.py:25(testfunc)(2) 999.769
199 <string>:1(<module>) -> profilee.py:25(testfunc)(1) 999.769
201 profilee.py:25(testfunc) -> profilee.py:35(factorial)(1) 169.917