Lines Matching refs:Profile
4 Compatible with the 'profile' module.
7 __all__ = ["run", "runctx", "help", "Profile"]
25 prof = Profile()
43 statement and filename have the same semantics as profile.run
45 prof = Profile()
61 print "Documentation for the profile/cProfile modules can be found "
66 class Profile(_lsprof.Profiler):
67 """Profile(custom_timer=None, time_unit=None, subcalls=True, builtins=True)
130 # a profiler to profile a statement, given as a string.
145 # This method is more useful to profile a single function call.