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