Example #1
0
def is_running():
    """
    Returns true if the profiler is running, false otherwise.
    """
    return bool(_yappi.is_running())
Example #2
0
File: yappi.py Project: nirs/yappi
def is_running():
    """
    Returns true if the profiler is running, false otherwise.
    """
    return bool(_yappi.is_running())
Example #3
0
def is_running():
    return bool(_yappi.is_running())
Example #4
0
def is_running():
    return bool(_yappi.is_running())