示例#1
0
def stop():
    """
    Stop profiler.
    """
    _yappi.stop()
    threading.setprofile(None)
示例#2
0
文件: yappi.py 项目: jlquant/yappi
def stop():
    threading.setprofile(None)
    _yappi.stop()
示例#3
0
文件: yappi.py 项目: nirs/yappi
def stop():
    """
    Stop profiler.
    """
    _yappi.stop()
    threading.setprofile(None)
示例#4
0
def stop():
    threading.setprofile(None)
    _yappi.stop()
示例#5
0
def stop():
    '''
    Stop profiling.
    '''
    threading.setprofile(None)
    _yappi.stop()
示例#6
0
def stop():
    '''
    Stop profiling.
    '''
    threading.setprofile(None)
    _yappi.stop()