Searched refs:_pyprofile (Results 1 – 1 of 1) sorted by relevance
10 import profile as _pyprofile namespace16 return _pyprofile._Utils(Profile).run(statement, filename, sort)19 return _pyprofile._Utils(Profile).runctx(statement, globals, locals,22 run.__doc__ = _pyprofile.run.__doc__23 runctx.__doc__ = _pyprofile.runctx.__doc__