Beispiel #1
0
def clear_stats():
    """
    Clears all of the profile results.
    """
    _yappi._pause()
    try:
        _yappi.clear_stats()
    finally:
        _yappi._resume()
Beispiel #2
0
def clear_stats():
    """
    Clears all of the profile results.
    """
    _yappi._pause()
    try:
        _yappi.clear_stats()
    finally:
        _yappi._resume()
Beispiel #3
0
def clear_stats():
    _yappi.clear_stats()
Beispiel #4
0
def clear_stats():
    """
    Clears all of the profile results.
    """
    _yappi.clear_stats()
Beispiel #5
0
def clear_stats():
    _yappi.clear_stats()
Beispiel #6
0
def clear_stats():
    """
    Clears all of the profile results.
    """
    _yappi.clear_stats()