Lines Matching refs:Profile
1 """Test suite for the profile module."""
9 import profile
15 profilerclass = profile.Profile
44 # Issue #5330: profile and cProfile wouldn't report C functions called
107 0 0.000 0.000 profile:0(profiler)
108 1 -0.002 -0.002 999.749 999.749 profile:0(testfunc())
130 :0(setprofile) <- profile:0(testfunc())(1) 999.749
131 <string>:1(<module>) <- profile:0(testfunc())(1) 999.749
132 profile:0(profiler) <-
133 profile:0(testfunc()) <- profile:0(profiler)(1) 0.000
160 profile:0(profiler) -> profile:0(testfunc())(1) 999.749
161 profile:0(testfunc()) -> :0(setprofile)(1) 0.000