Exemplo n.º 1
0
def stop():
    """
    Stop profiler.
    """
    _yappi.stop()
    threading.setprofile(None)
Exemplo n.º 2
0
def stop():
    threading.setprofile(None)
    _yappi.stop()
Exemplo n.º 3
0
Arquivo: yappi.py Projeto: nirs/yappi
def stop():
    """
    Stop profiler.
    """
    _yappi.stop()
    threading.setprofile(None)
Exemplo n.º 4
0
def stop():
    threading.setprofile(None)
    _yappi.stop()
Exemplo n.º 5
0
def stop():
    '''
    Stop profiling.
    '''
    threading.setprofile(None)
    _yappi.stop()
Exemplo n.º 6
0
def stop():
    '''
    Stop profiling.
    '''
    threading.setprofile(None)
    _yappi.stop()