Ejemplo n.º 1
0
def get_mem_usage():
    """
    Returns the internal memory usage of the profiler itself.
    """
    return _yappi.get_mem_usage()
Ejemplo n.º 2
0
Archivo: yappi.py Proyecto: nirs/yappi
def get_mem_usage():
    """
    Returns the internal memory usage of the profiler itself.
    """
    return _yappi.get_mem_usage()