Beispiel #1
0
def stop():
    """
    Stop profiler.
    """
    _yappi.stop()
    threading.setprofile(None)
Beispiel #2
0
def stop():
    threading.setprofile(None)
    _yappi.stop()
Beispiel #3
0
def stop():
    """
    Stop profiler.
    """
    _yappi.stop()
    threading.setprofile(None)
Beispiel #4
0
def stop():
    threading.setprofile(None)
    _yappi.stop()
Beispiel #5
0
def stop():
    '''
    Stop profiling.
    '''
    threading.setprofile(None)
    _yappi.stop()
Beispiel #6
0
def stop():
    '''
    Stop profiling.
    '''
    threading.setprofile(None)
    _yappi.stop()