예제 #1
0
파일: yappi.py 프로젝트: yunstanford/yappi
def clear_stats():
    """
    Clears all of the profile results.
    """
    _yappi._pause()
    try:
        _yappi.clear_stats()
    finally:
        _yappi._resume()
예제 #2
0
파일: yappi.py 프로젝트: nirs/yappi
def clear_stats():
    """
    Clears all of the profile results.
    """
    _yappi._pause()
    try:
        _yappi.clear_stats()
    finally:
        _yappi._resume()
예제 #3
0
파일: yappi.py 프로젝트: jlquant/yappi
def clear_stats():
    _yappi.clear_stats()
예제 #4
0
파일: yappi.py 프로젝트: socialpercon/yappi
def clear_stats():
    """
    Clears all of the profile results.
    """
    _yappi.clear_stats()
예제 #5
0
def clear_stats():
    _yappi.clear_stats()
예제 #6
0
파일: yappi.py 프로젝트: socialpercon/yappi
def clear_stats():
    """
    Clears all of the profile results.
    """
    _yappi.clear_stats()