Exemple #1
0
def is_running():
    """
    Returns true if the profiler is running, false otherwise.
    """
    return bool(_yappi.is_running())
Exemple #2
0
def is_running():
    """
    Returns true if the profiler is running, false otherwise.
    """
    return bool(_yappi.is_running())
Exemple #3
0
def is_running():
    return bool(_yappi.is_running())
Exemple #4
0
def is_running():
    return bool(_yappi.is_running())