Example #1
0
def clear_stats():
    """
    Clears all of the profile results.
    """
    _yappi._pause()
    try:
        _yappi.clear_stats()
    finally:
        _yappi._resume()
Example #2
0
File: yappi.py Project: nirs/yappi
def clear_stats():
    """
    Clears all of the profile results.
    """
    _yappi._pause()
    try:
        _yappi.clear_stats()
    finally:
        _yappi._resume()
Example #3
0
def clear_stats():
    _yappi.clear_stats()
Example #4
0
def clear_stats():
    """
    Clears all of the profile results.
    """
    _yappi.clear_stats()
Example #5
0
def clear_stats():
    _yappi.clear_stats()
Example #6
0
def clear_stats():
    """
    Clears all of the profile results.
    """
    _yappi.clear_stats()