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