예제 #1
0
파일: yappi.py 프로젝트: yunstanford/yappi
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
파일: yappi.py 프로젝트: socialpercon/yappi
def is_running():
    return bool(_yappi.is_running())
예제 #4
0
파일: yappi.py 프로젝트: socialpercon/yappi
def is_running():
    return bool(_yappi.is_running())