예제 #1
0
파일: yappi.py 프로젝트: yunstanford/yappi
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()