Exemplo n.º 1
0
def is_running():
    """
    Returns true if the profiler is running, false otherwise.
    """
    return bool(_yappi.is_running())
Exemplo n.º 2
0
Arquivo: yappi.py Projeto: nirs/yappi
def is_running():
    """
    Returns true if the profiler is running, false otherwise.
    """
    return bool(_yappi.is_running())
Exemplo n.º 3
0
def is_running():
    return bool(_yappi.is_running())
Exemplo n.º 4
0
def is_running():
    return bool(_yappi.is_running())