Example #1
0
def stop():
    """
    Stop profiler.
    """
    _yappi.stop()
    threading.setprofile(None)
Example #2
0
def stop():
    threading.setprofile(None)
    _yappi.stop()
Example #3
0
File: yappi.py Project: nirs/yappi
def stop():
    """
    Stop profiler.
    """
    _yappi.stop()
    threading.setprofile(None)
Example #4
0
def stop():
    threading.setprofile(None)
    _yappi.stop()
Example #5
0
def stop():
    '''
    Stop profiling.
    '''
    threading.setprofile(None)
    _yappi.stop()
Example #6
0
def stop():
    '''
    Stop profiling.
    '''
    threading.setprofile(None)
    _yappi.stop()