def __init__(self, profilingProxy):
"""@param profilingProxy A multiprocessing.BaseProxy instance that should be connected to a remote ProfileAggregator.
"""
self.profilingProxy = profilingProxy
self.profile = cProfile.Profile()
评论列表
文章目录