Home
last modified time | relevance | path

Searched refs:_pyprofile (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/
DcProfile.py10 import profile as _pyprofile namespace
16 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__