Пример #1
0
def stop():
    """
    Stop profiler.
    """
    _yappi.stop()
    threading.setprofile(None)
Пример #2
0
def stop():
    threading.setprofile(None)
    _yappi.stop()
Пример #3
0
def stop():
    """
    Stop profiler.
    """
    _yappi.stop()
    threading.setprofile(None)
Пример #4
0
def stop():
    threading.setprofile(None)
    _yappi.stop()
Пример #5
0
def stop():
    '''
    Stop profiling.
    '''
    threading.setprofile(None)
    _yappi.stop()
Пример #6
0
def stop():
    '''
    Stop profiling.
    '''
    threading.setprofile(None)
    _yappi.stop()