Ejemplo n.º 1
0
def clear_stats():
    """
    Clears all of the profile results.
    """
    _yappi._pause()
    try:
        _yappi.clear_stats()
    finally:
        _yappi._resume()
Ejemplo n.º 2
0
Archivo: yappi.py Proyecto: nirs/yappi
def clear_stats():
    """
    Clears all of the profile results.
    """
    _yappi._pause()
    try:
        _yappi.clear_stats()
    finally:
        _yappi._resume()
Ejemplo n.º 3
0
def clear_stats():
    _yappi.clear_stats()
Ejemplo n.º 4
0
def clear_stats():
    """
    Clears all of the profile results.
    """
    _yappi.clear_stats()
Ejemplo n.º 5
0
def clear_stats():
    _yappi.clear_stats()
Ejemplo n.º 6
0
def clear_stats():
    """
    Clears all of the profile results.
    """
    _yappi.clear_stats()