示例#1
0
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
def clear_stats():
    """
    Clears all of the profile results.
    """
    _yappi.clear_stats()
示例#5
0
def clear_stats():
    _yappi.clear_stats()
示例#6
0
def clear_stats():
    """
    Clears all of the profile results.
    """
    _yappi.clear_stats()