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