示例#1
0
def is_running():
    """
    Returns true if the profiler is running, false otherwise.
    """
    return bool(_yappi.is_running())
示例#2
0
文件: yappi.py 项目: nirs/yappi
def is_running():
    """
    Returns true if the profiler is running, false otherwise.
    """
    return bool(_yappi.is_running())
示例#3
0
def is_running():
    return bool(_yappi.is_running())
示例#4
0
def is_running():
    return bool(_yappi.is_running())